| Problem | park |
|---|---|
| User | dymo |
| Submission Time | 2026-02-08 16:49:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
park.cpp:1:2: error: stray ‘#’ in program
1 | l#include<bits/stdc++.h>
| ^
park.cpp:1:1: error: ‘l’ does not name a type; did you mean ‘ll’?
1 | l#include<bits/stdc++.h>
| ^
| ll
park.cpp:19:1: error: ‘set’ does not name a type
19 | set<ll> splitset;
| ^~~
park.cpp: In function ‘void update(long long int, long long int, long long int, long long int, long long int)’:
park.cpp:34:17: error: ‘min’ was not declared in this scope
34 | t[id] = min(t[2*id],t[2*id+1]);
| ^~~
park.cpp: In function ‘void join(long long int, long long int)’:
park.cpp:68:9: error: ‘splitset’ was not declared in this scope
68 | splitset.insert(numgroups);
| ^~~~~~~~
park.cpp: In function ‘void leave(long long int)’:
park.cpp:78:9: error: ‘splitset’ was not declared in this scope
78 | splitset.erase(i);
| ^~~~~~~~
pa