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