Problem addition
User Theo
Submission Time 2026-06-25 22:28:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:9: error: expected ‘}’ at end of input
7 | return 0;
| ^
addition.cpp:6:2: note: to match this ‘{’
6 | {
| ^
addition.cpp:7:9: error: expected ‘}’ at end of input
7 | return 0;
| ^
addition.cpp:3:14: note: to match this ‘{’
3 | signed main(){
| ^