Problem | park |
---|---|
User | justin271828 |
Submission Time | 2025-01-13 19:24:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
park.cpp:49:19: error: expected ‘}’ at end of input
49 | v.push_back(b);}
| ^
park.cpp:7:13: note: to match this ‘{’
7 | struct node {
| ^
park.cpp: In member function ‘int node::main()’:
park.cpp:36:10: error: expected unqualified-id before ‘int’
36 | l2 z, int w;
| ^~~
park.cpp:37:16: error: ‘w’ was not declared in this scope
37 | cin >> z >> w;
| ^
park.cpp:50: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
50 |
|
park.cpp:49:19: error: expected ‘}’ at end of input
49 | v.push_back(b);}
| ^
park.cpp:32:42: note: to match this ‘{’
32 | for (int count = 0; count < q; count++) {
| ^
park.cpp:49:19: error: expected ‘}’ at end