Problem arrayfind
User blob
Submission Time 2023-12-20 15:57:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp:1:25: error: missing terminating > character
1 | #include <bits/stdc++.h.
| ^
arrayfind.cpp:1:10: fatal error: bits/stdc++.h.: No such file or directory
1 | #include <bits/stdc++.h.
| ^
compilation terminated.