Run id: 99446
Main.cc:1:2: error: invalid preprocessing directive #includiostream
#includiostream>
^
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cin' was not declared in this scope
cin>>a;
^
Main.cc:6:14: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(("A"<=a)&&(a>="Z"))
^
Main.cc:6:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:6:22: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(("A"<=a)&&(a>="Z"))
^
Main.cc:6:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:9:6: error: 'cout' was not declared in this scope
cout<