Problem | sumint |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-20 18:52:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:14:26: error: expected ‘;’ before ‘i’
14 | for (int i = 0; i < d ++i) {
| ^
| ;
sumint.cpp:17:14: error: expected ‘;’ before ‘}’ token
17 | sum += meows
| ^
| ;
18 | }
| ~
sumint.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
sumint.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^