Run id: 155843

Main.cc: In function 'int main()':
Main.cc:4:5: error: 'chara' was not declared in this scope
     chara,n;
     ^
Main.cc:4:11: error: 'n' was not declared in this scope
     chara,n;
           ^
Main.cc:6:5: error: 'a' was not declared in this scope
     a=n+32;
     ^
Main.cc:8:5: error: 'return0' was not declared in this scope
     return0;
     ^