0_0_26519966_15363.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26519966_15363.cpp: In function 'int main()':
0_0_26519966_15363.cpp:5:5: error: 'cout' was not declared in this scope
cout << 3 << endl;
^
0_0_26519966_15363.cpp:5:18: error: 'endl' was not declared in this scope
cout << 3 << endl;
^
|