Problem addition
User estkn
Submission Time 2026-07-24 13:50:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:11:10: error: expected ‘;’ before ‘}’ token
11 | return 0
| ^
| ;
12 | }
| ~