| Problem | sumint |
|---|---|
| User | cry0rsa |
| Submission Time | 2025-06-18 14:57:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:3: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int i = 0; i < d; ++i){
| ^~~
sumint.cpp:9:19: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < d; ++i){
| ^