| Problem | sumint |
|---|---|
| User | Codemaker001 |
| Submission Time | 2025-01-10 14:41:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:13:15: error: expected ‘;’ before ‘arr’
13 | sum ++ arr[i];
| ^~~~
| ;