| Problem | party_noi |
|---|---|
| User | Yinnotayl64 |
| Submission Time | 2026-03-06 15:44:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:9:11: error: expected ‘;’ before ‘n’
9 | happiness
| ^
| ;
10 |
11 | n /= 2;
| ~