Problem | party |
---|---|
User | ensonchew |
Submission Time | 2025-10-01 10:31:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party.cpp: In function ‘int main()’:
party.cpp:21:2: error: expected ‘,’ or ‘;’ before ‘for’
21 | for(int i = 0; i < s; i++){
| ^~~
party.cpp:21:17: error: ‘i’ was not declared in this scope
21 | for(int i = 0; i < s; i++){
| ^