Run id: 114632

Main.cc: In function 'int main()':
Main.cc:15:27: error: 'J' was not declared in this scope
     for(char j='Z';j<='A';J--){
                           ^
Main.cc:18:11: error: expected primary-expression before ';' token
     cout<<;
           ^