Problem sumint
User Indy39910
Submission Time 2025-02-19 22:39:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:15: error: expected ‘)’ before ‘;’ token
10 | while (int i=0; i<d; i++) {
| ~ ^
| )
sumint.cpp:10:17: error: ‘i’ was not declared in this scope
10 | while (int i=0; i<d; i++) {
| ^