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