Problem sightseeing
User huangchengcheng
Submission Time 2026-08-06 12:31:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sightseeing.cpp: In function ‘int main()’:
sightseeing.cpp:48:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
48 | sort(allVal.begin(),allVal.end());
| ^~~~
| qsort