Problem manyjobs
User R9q5P8
Submission Time 2025-12-28 17:46:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

manyjobs.cpp: In function ‘bool DPS(int, int)’:
manyjobs.cpp:5:2: error: named return values are no longer supported
5 | return before.second > after.second;
| ^~~~~~
manyjobs.cpp:19:31: error: too few arguments to function ‘bool DPS(int, int)’
19 | sort(a.begin(), a.end(), DPS());
| ^
manyjobs.cpp:4:6: note: declared here
4 | bool DPS(int before, int after)
| ^~~