Run id: 133037

Main.cc:1:21: warning: extra tokens at end of #include directive
 #include  input output
                     ^
Main.cc:4:1: error: expected primary-expression before 'char'
 char A;
 ^
Main.cc:4:1: error: expected '}' before 'char'
Main.cc:4:1: error: expected ',' or ';' before 'char'
Main.cc:5:1: error: 'cin' does not name a type
 cin>>A;
 ^
Main.cc:6:5: error: expected unqualified-id before numeric constant
 int 65=A;
     ^
Main.cc:7:1: error: 'cout' does not name a type
 cout<<65;
 ^
Main.cc:8:1: error: expected declaration before '}' token
 }
 ^