Run id: 108209

Main.cc:2:1: error: 'usingnamespace' does not name a type
 usingnamespace std;
 ^
Main.cc:3:14: error: expected '{' before ';' token
 namespace std; 
              ^
Main.cc:26:1: error: expected '}' at end of input
 }
 ^