Run id: 138654

Main.cc:2:7: error: expected nested-name-specifier before 'namespase'
 using namespase std;
       ^
Main.cc: In function 'int main()':
Main.cc:5:1: error: 'cin' was not declared in this scope
 cin>>c;
 ^
Main.cc:5:1: note: suggested alternative:
In file included from Main.cc:1:0:
/usr/include/c++/5/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^
Main.cc:6:14: error: expected primary-expression before ')' token
 if(('A'<=c)&&)((c<='Z')){
              ^
Main.cc:6:25: error: expected ';' before '{' token
 if(('A'<=c)&&)((c<='Z')){
                         ^
Main.cc:10:1: error: 'cout' was not declared in this scope
 cout<& __os)
     ^