Problem arrayfind
User gsayson
Submission Time 2025-04-30 15:23:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:10:22: error: expected primary-expression before ‘=’ token
10 | cin.tie(nullptr);=
| ^
arrayfind.cpp:5:13: error: expected primary-expression before ‘long’
5 | #define int long long
| ^~~~
arrayfind.cpp:11:5: note: in expansion of macro ‘int’
11 | int l;cin>>l;
| ^~~
arrayfind.cpp:11:16: error: ‘l’ was not declared in this scope; did you mean ‘el’?
11 | int l;cin>>l;
| ^
| el