Run id: 120716

Main.cc: In function 'int main()':
Main.cc:5:1: error: 'cin' was not declared in this scope
 cin>>a>>b>>c; 
 ^
Main.cc:6:7: error: 'cout' was not declared in this scope
 a+b>c?cout<<"Yes":cout<<"No"; return 0; }
       ^