Problem routine
User Henries
Submission Time 2024-11-25 13:42:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp: In function ‘int main()’:
routine.cpp:27:14: error: ‘class std::vector<long long int>’ has no member named ‘find’
27 | else if (s.find(q) != s.end()){
| ^~~~
routine.cpp:28:19: error: ‘class std::vector<long long int>’ has no member named ‘find’
28 | auto exact = s.find(q);
| ^~~~