Problem gotoschool
User R9q5P8
Submission Time 2025-11-14 13:10:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:21:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
21 | sort(sorted.begin(), sorted.end());
| ^~~~
| qsort
gotoschool.cpp:24:31: error: ‘class std::vector<int>’ has no member named ‘find’
24 | cout << distance(A.begin, A.find(item));
| ^~~~