Run id: 99390

Main.cc: In function 'int main()':
Main.cc:6:5: error: expected initializer before 'cin'
     cin>>c1;
     ^
Main.cc:7:5: error: 'c1' was not declared in this scope
     c1=c1+32;
     ^