Problem | sumint |
---|---|
User | DuckyKayden |
Submission Time | 2025-08-02 11:05:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for (int i = 0; i < d; ++i) {
| ^~~
sumint.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for (int i = 0; i < d; ++i) {
| ^