0_0_21801072_14924.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_21801072_14924.cpp: In function 'int main()':
0_0_21801072_14924.cpp:11:5: error: 'cin' was not declared in this scope
cin >> a >> b;
^
0_0_21801072_14924.cpp:13:5: error: 'cout' was not declared in this scope
cout << a+b << endl;
^
0_0_21801072_14924.cpp:13:20: error: 'endl' was not declared in this scope
cout << a+b << endl;
^
|