| Problem | arrayfind |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-25 16:29:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:11:15: error: no match for call to ‘(std::vector<long long int>) (long long int&)’
11 | cin >> arr(i)
| ^
arrayfind.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
arrayfind.cpp:6:15: note: to match this ‘{’
6 | signed main (){
| ^