int a,b; cin<<a,b; cout<<(a+b)<<endl; cout<<(a+b)<<endl;
Main.cc:2:5: error: 'cin' does not name a type cin<