Problem sumint
User DuckyKayden
Submission Time 2025-07-20 18:50:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:13:26: error: expected ‘;’ before ‘i’
13 | for (int i = 0; i < d ++i)
| ^
| ;
sumint.cpp:15:9: error: ‘meows’ was not declared in this scope
15 | cin >> meows;
| ^~~~~
sumint.cpp:16:2: error: ‘sum’ was not declared in this scope
16 | sum += meows
| ^~~