Problem | party_noi |
---|---|
User | themailcat |
Submission Time | 2025-02-07 22:15:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:16:8: error: expected ‘(’ before ‘happy’
16 | if happy > 0{
| ^~~~~
| (
party_noi.cpp:19:5: error: ‘else’ without a previous ‘if’
19 | else{
| ^~~~