| Problem | migrations |
|---|---|
| User | gelastropod |
| Submission Time | 2025-08-28 21:56:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
migrations.cpp: In function ‘int findE(int, int, int, int)’:
migrations.cpp:45:14: error: ‘max_element’ was not declared in this scope
45 | int maxd = *max_element(d.begin(), d.end());
| ^~~~~~~~~~~