| Problem | sumint |
|---|---|
| User | chickennn |
| Submission Time | 2026-03-29 19:53:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:15: error: expected ‘;’ before ‘for’
8 | cin >> aaa[d]
| ^
| ;
9 | for (int i = 0; i < d; i++) {
| ~~~
sumint.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < d; i++) {
| ^