Problem party
User Blender
Submission Time 2024-04-12 15:20:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party.cpp:6:18: error: missing terminating " character
6 | std::cout << "#include <bits/stdc++.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
party.cpp: In function ‘int main()’:
party.cpp:7:1: error: expected primary-expression before ‘using’
7 | using namespace std;
| ^~~~~
party.cpp:14:1: error: a function-definition is not allowed here before ‘{’ token
14 | {
| ^
party.cpp:58:1: error: expected ‘}’ at end of input
58 | }
| ^
party.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^