Problem park
User justin271828
Submission Time 2025-02-20 21:53:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp: In function ‘int main()’:
park.cpp:87:27: error: expected ‘}’ at end of input
87 | for (set<int> s: mem) {
| ^
park.cpp:87:27: error: expected ‘}’ at end of input
park.cpp:85:18: note: to match this ‘{’
85 | while (z > 0) {
| ^
park.cpp:87:27: error: expected ‘}’ at end of input
87 | for (set<int> s: mem) {
| ^
park.cpp:60:8: note: to match this ‘{’
60 | else {
| ^
park.cpp:87:27: error: expected ‘}’ at end of input
87 | for (set<int> s: mem) {
| ^
park.cpp:39:45: note: to match this ‘{’
39 | for (int qwerty = 0; qwerty < q; qwerty++) {
| ^
park.cpp:87:27: error: expected ‘}’ at end of input
87 | for (set<int> s: mem) {
| ^
pa