Problem arrayfind
User wzhci11
Submission Time 2024-04-10 12:06:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:9:15: error: expected ‘;’ before ‘int’
9 | cin.tie(0)
| ^
| ;
10 | int n;
| ~~~
arrayfind.cpp:11:12: error: ‘n’ was not declared in this scope
11 | cin >> n;
| ^