Problem arrayfind
User Jaysonwee22
Submission Time 2026-06-25 16:31:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:11:20: error: expected ‘;’ before ‘}’ token
11 | cin >> arr.at (i)
| ^
| ;
12 | }
| ~