Problem addition
User Euang
Submission Time 2025-06-16 14:06:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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