ricehub.cpp: In function 'int besthub(int, int, int*, long long int)':
ricehub.cpp:13:23: error: 'X' was not declared in this scope
for(int j=0;j<X.size();j++)V.push_back(abs(i-X[j]);
^
ricehub.cpp:15:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<V.size();j++){
~^~~~~~~~~
ricehub.cpp:11:13: warning: unused variable 'c' [-Wunused-variable]
int c=0;
^
ricehub.cpp:7:9: warning: unused variable 'mn' [-Wunused-variable]
int mn=2000000001;
^~
ricehub.cpp:8:9: warning: unused variable 'sol' [-Wunused-variable]
int sol;
^~~