0_0_19302016_16171.cpp: In function 'int main()':
0_0_19302016_16171.cpp:7:1: error: 'cin' was not declared in this scope
cin >> a >> b;
^
0_0_19302016_16171.cpp:8:1: error: 'cout' was not declared in this scope
cout << a + b << endl;
^
0_0_19302016_16171.cpp:8:18: error: 'endl' was not declared in this scope
cout << a + b << endl;
^
|