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

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
arrayfind.cpp:7:2: note: in expansion of macro ‘int’
7 | int (vector<int> arr, int x){
| ^~~
arrayfind.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
arrayfind.cpp:6:15: note: to match this ‘{’
6 | signed main (){
| ^