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

Compile Error

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