Run id: 1563

Main.cc:1:3: error: invalid preprocessing directive #inciude
 # inciude 
   ^
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cout' was not declared in this scope
     cout<a.b<</<<c.d<<endl;
     ^
Main.cc:5:11: error: 'a' was not declared in this scope
     cout<<a.b<</<<c.d<<endl;
           ^
Main.cc:5:16: error: expected primary-expression before '/' token
     cout<<a.b<</<<c.d<<endl;
                ^
Main.cc:5:17: error: expected primary-expression before '<<' token
     cout<<a.b<</<<c.d<<endl;
                 ^
Main.cc:5:19: error: 'c' was not declared in this scope
     cout<<a.b<</<<c.d<<endl;
                   ^
Main.cc:5:24: error: 'endl' was not declared in this scope
     cout<<a.b<</<<c.d<<endl;
                        ^