Problem poi
User sergius
Submission Time 2024-06-18 15:43:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poi.cpp: In function ‘int main()’:
poi.cpp:27:30: error: ‘customSort’ was not declared in this scope
27 | sort(fin.begin(), fin.end(), customSort);
| ^~~~~~~~~~
poi.cpp:28:46: error: a function-definition is not allowed here before ‘{’ token
28 | bool customSort(vector<int> l, vector<int> r){
| ^
poi.cpp:38:5: error: ‘b’ was not declared in this scope
38 | if(b[i][2] == p)
| ^