0_0_20461391_5369.cpp:1:1: error: 'include' does not name a type
include <iostream>
^
0_0_20461391_5369.cpp: In function 'int main(int, char**)':
0_0_20461391_5369.cpp:6:11: error: 'cin' was not declared in this scope
while(cin>>a>>b)
^
0_0_20461391_5369.cpp:8:7: error: 'cout' was not declared in this scope
cout<<a+b<<endl;
^
0_0_20461391_5369.cpp:8:18: error: 'endl' was not declared in this scope
cout<<a+b<<endl;
^
|