Problem | sumint |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-20 18:51:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:10: 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
| ^~~