int a=123,b=456; cout<<a<<endl; cout<<b; return 0; }
Main.cc:3:1: error: 'cout' does not name a type cout<