Problem arrayfind
User trashcan08
Submission Time 2025-01-30 09:32:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int32_t main()’:
arrayfind.cpp:18:7: error: ‘it’ was not declared in this scope; did you mean ‘i’?
18 | if (it != s.end()) {
| ^~
| i