| Problem | sumint |
|---|---|
| User | chickennn |
| Submission Time | 2026-03-29 16:26:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:12: error: expected unqualified-id before ‘[’ token
11 | if (array[i] >= 0 and array[i] <= 100000 ) {
| ^
sumint.cpp:12:27: error: missing template arguments before ‘[’ token
12 | sum = sum + array[i];
| ^