Problem sumint
User Zxclolllllll
Submission Time 2026-04-24 15:56:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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