Problem poi
User PlayVoltz
Submission Time 2023-08-14 10:30:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poi.cpp: In function ‘bool customsort(std::pair<int, std::pair<int, int> >&, std::pair<int, std::pair<int, int> >&)’:
poi.cpp:6:41: error: expected ‘;’ before ‘}’ token
6 | return a.second.second<b.second.second
| ^
| ;
7 | }
| ~