Problem | sumint |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-08 13:17:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:17:23: error: expected ‘;’ before ‘}’ token
17 | x = x + arr[i]
| ^
| ;
18 | }
| ~