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

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:25:59: error: cannot resolve overloaded function ‘begin’ based on conversion to type ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’
25 | cout << distance(A.begin, find(A.begin(), A.end(), item));
| ^