Problem addition
User what3445
Submission Time 2024-03-11 14:09:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << "";
| ^~~~
addition.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> x;
| ^~~
addition.cpp:9:10: error: expected ‘;’ before ‘}’ token
9 | return 0
| ^
| ;
10 | }
| ~