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

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:11:16: error: expected ‘;’ before ‘}’ token
11 | cin >> arr[i]
| ^
| ;
12 | }
| ~
arrayfind.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
arrayfind.cpp:6:15: note: to match this ‘{’
6 | signed main (){
| ^