Problem sumint
User JordanGwee
Submission Time 2026-04-10 17:19:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:14: error: expected ‘;’ before ‘)’ token
8 | for (a ; a--) {
| ^
| ;
sumint.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | cout << b
| ^
| ;
13 | }
| ~