Problem sumint
User chickennn
Submission Time 2026-03-29 19:56:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:16: error: expected ‘;’ before ‘}’ token
11 | cin >> aaa[x]
| ^
| ;
12 | }
| ~
sumint.cpp:13:15: error: expected ‘;’ before ‘for’
13 | cin >> aaa[d]
| ^
| ;
14 | for (int i = 0; i < d; i++) {
| ~~~
sumint.cpp:14:18: error: ‘i’ was not declared in this scope
14 | for (int i = 0; i < d; i++) {
| ^