Problem park
User justin271828
Submission Time 2025-01-13 20:29:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp: In function ‘int main()’:
park.cpp:46:10: error: expected unqualified-id before ‘int’
46 | l2 z, int w;
| ^~~
park.cpp:47:16: error: ‘w’ was not declared in this scope
47 | cin >> z >> w;
| ^
park.cpp:62:28: error: ‘class std::set<std::tuple<int, long long int, bool, int, int> >’ has no member named ‘start’
62 | set<grp>::iterator it = s.start();
| ^~~~~
park.cpp:66:13: error: expected ‘}’ at end of input
66 | continue;}
| ^
park.cpp:63:24: note: to match this ‘{’
63 | while (it != s.end()) {
| ^
park.cpp:66:13: error: expected ‘}’ at end of input
66 | continue;}
| ^
park.cpp:35:12: note: to match this ‘{’
35 | int main() {
| ^