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

Compile Error

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