| Problem | party_noi |
|---|---|
| User | Astronite |
| Submission Time | 2025-03-14 15:34:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:14:5: error: expected ‘,’ or ‘;’ before ‘if’
14 | if (k % 2 != 0)
| ^~
party_noi.cpp:18:5: error: ‘else’ without a previous ‘if’
18 | else { k = n / 2; }
| ^~~~