| Problem | manyjobs |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-12-28 17:49:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
manyjobs.cpp: In function ‘bool DPS(const std::pair<int, int>&, const std::pair<int, int>&)’:
manyjobs.cpp:5:5: error: named return values are no longer supported
5 | return before.second < after.second;
| ^~~~~~