| Problem | manyjobs |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-12-28 17:46:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
manyjobs.cpp:4:10: error: ‘before’ was not declared in this scope
4 | bool DPS(before, after)
| ^~~~~~
manyjobs.cpp:4:18: error: ‘after’ was not declared in this scope
4 | bool DPS(before, after)
| ^~~~~
manyjobs.cpp:4:23: error: expression list treated as compound expression in initializer [-fpermissive]
4 | bool DPS(before, after)
| ^
manyjobs.cpp: In function ‘int main()’:
manyjobs.cpp:19:31: error: ‘DPS’ cannot be used as a function
19 | sort(a.begin(), a.end(), DPS());
| ^