Problem sumint
User Cat
Submission Time 2025-01-20 17:35:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘for’
7 | for(int i = 0; i < d; i++){
| ^~~
sumint.cpp:7:17: error: ‘i’ was not declared in this scope
7 | for(int i = 0; i < d; i++){
| ^
sumint.cpp:11:13: error: expected ‘;’ before ‘}’ token
11 | cout << out
| ^
| ;
12 | }
| ~