| Problem | sumint |
|---|---|
| User | Reality1001 |
| Submission Time | 2024-02-06 07:53:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:12: error: invalid types ‘int[int]’ for array subscript
9 | cin << c[d];
| ^
sumint.cpp:10:17: error: expected ‘;’ before ‘)’ token
10 | for (a < d; a++){
| ^
| ;