Run id: 111920

Main.cc: In function 'int main()':
Main.cc:13:16: error: 'i' was not declared in this scope
    for(int j=1;i<=26) {
                ^
Main.cc:13:21: error: expected ';' before ')' token
    for(int j=1;i<=26) {
                     ^