Problem stations
User akqxolotl
Submission Time 2025-07-10 13:02:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

station.cpp: In function ‘int find_next_station(int, int, std::vector<int>)’:
station.cpp:18:26: error: ‘cmp’ was not declared in this scope; did you mean ‘bcmp’?
18 | sort(c.begin(),c.end(),cmp);
| ^~~
| bcmp
station.cpp:24:26: error: ‘cmp’ was not declared in this scope; did you mean ‘bcmp’?
24 | sort(c.begin(),c.end(),cmp);
| ^~~
| bcmp