highway.cpp: In function 'long long int chance(long long int)':
highway.cpp:49:21: error: invalid initialization of reference of type 'const std::vector<int>&' from expression of type 'int [n]'
49 | ll ans1=ask(fabian);
| ^~~~~~
In file included from highway.cpp:1:
highway.h:7:39: note: in passing argument 1 of 'long long int ask(const std::vector<int>&)'
7 | long long ask(const std::vector<int> &w);
| ~~~~~~~~~~~~~~~~~~~~~~~~^
highway.cpp:60:21: error: invalid initialization of reference of type 'const std::vector<int>&' from expression of type 'int [n]'
60 | ll ans2=ask(byron);
| ^~~~~
In file included from highway.cpp:1:
highway.h:7:39: note: in passing argument 1 of 'long long int ask(const std::vector<int>&)'
7 | long long ask(const std::vector<int> &w);
| ~~~~~~~~~~~~~~~~~~~~~~~~^
highway.cpp: In function 'void find_pair(int, int*, int*, int, int)':
highway.cpp:90:15: error: invalid initialization of reference of type 'const std::vector<int>&' from expression of type 'int [n]'
90 | ll xd=ask(caca);
| ^~~~
In file included from highway.cpp:1:
highway.h:7:39: note: in passing argument 1 of 'long long int ask(const std::vector<int>&)'
7 | long long ask(const std::vector<int> &w);
| ~~~~~~~~~~~~~~~~~~~~~~~~^