Problem poi
User Justyn
Submission Time 2024-06-18 15:28:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poi.cpp: In function ‘int main()’:
poi.cpp:25:31: error: ‘customSort’ was not declared in this scope
25 | sort(fin.begin(), fin.end(), customSort);
| ^~~~~~~~~~
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:36:5: error: ‘b’ was not declared in this scope
36 | if(b[i][2] == p)
| ^