| Problem | sumint |
|---|---|
| User | JordanGwee |
| Submission Time | 2026-04-10 17:19:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:14: error: expected ‘;’ before ‘)’ token
8 | for (a ; a--) {
| ^
| ;
sumint.cpp:9:11: error: expected ‘;’ before ‘b’
9 | cin >> b
| ^
| ;
10 | b += a;
| ~
sumint.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | cout << b
| ^
| ;
13 | }
| ~