| Problem | poi |
|---|---|
| User | burningout |
| Submission Time | 2025-02-18 12:12:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
poi.cpp: In function ‘int main()’:
poi.cpp:26:45: error: a function-definition is not allowed here before ‘{’ token
26 | bool customSort(vector<ll> l, vector<ll> r){
| ^
poi.cpp:34:31: error: ‘customSort’ was not declared in this scope
34 | sort(fin.begin(), fin.end(), customSort);
| ^~~~~~~~~~