| Problem | park |
|---|---|
| User | LXYSGP |
| Submission Time | 2024-10-29 21:18:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
park.cpp: In function ‘int main()’:
park.cpp:55:25: error: ‘remove_if’ was not declared in this scope; did you mean ‘remove’?
55 | queue.erase(remove_if(queue.begin(), queue.end(), [](const Group& g) {
| ^~~~~~~~~
| remove