Problem party
User fastfoodsworker
Submission Time 2023-04-19 16:30:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party.cpp: In function ‘int main()’:
party.cpp:8:12: error: a function-definition is not allowed here before ‘{’ token
8 | int main() {
| ^
party.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
party.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^