| Problem | choosingcandies |
|---|---|
| User | natizwyn |
| Submission Time | 2026-06-24 16:12:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:15:5: error: expected ‘,’ or ‘;’ before ‘for’
15 | for (int i = 0; i < K; i++){
| ^~~
choosingcandies.cpp:15:21: error: ‘i’ was not declared in this scope
15 | for (int i = 0; i < K; i++){
| ^