Problem | sumint |
---|---|
User | karmaru |
Submission Time | 2024-06-03 22:03:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | cin >> m[i]
| ^
| ;
11 | }
| ~
sumint.cpp:12:12: error: ‘i’ was not declared in this scope
12 | result += i;
| ^