Run id: 145788

Main.cc:3:2: error: stray '\357' in program
  int main()
  ^
Main.cc:3:2: error: stray '\274' in program
Main.cc:3:2: error: stray '\211' in program
Main.cc:4:12: error: expected ')' before ';' token
      char a;
            ^
Main.cc:3:6: warning: first argument of 'int main(char)' should be 'int' [-Wmain]
  int main()
      ^
Main.cc:3:6: warning: 'int main(char)' takes only zero or two arguments [-Wmain]
Main.cc:5:6: error: 'cin' does not name a type
      cin>>a;
      ^
Main.cc:6:2: error: expected unqualified-id before 'if'
  if(int(a)>=65&&int(a)<=90){
  ^
Main.cc:10:1: error: expected declaration before '}' token
 }
 ^