| Problem | arrayfind |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-25 16:14:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:5:31: error: expression list treated as compound expression in functional cast [-fpermissive]
5 | int (vector<int> &arr, int &x){
| ^
arrayfind.cpp:5:2: error: expected primary-expression before ‘int’
5 | int (vector<int> &arr, int &x){
| ^~~
arrayfind.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
arrayfind.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^