Problem sumint
User Impotato
Submission Time 2025-12-30 18:47:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:9: error: expected ‘;’ before ‘}’ token
10 | c += b
| ^
| ;
11 | }
| ~