ricehub.cpp: In function 'int besthub(int, int, int*, long long int)':
ricehub.cpp:16:23: error: 'differencias' was not declared in this scope; did you mean 'diferencias'?
16 | for(int j=0;j<R;j++)differencias[j] = abs(X[i]-X[j]);
| ^~~~~~~~~~~~
| diferencias
ricehub.cpp:20:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::deque<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
20 | for(int k=0;k<diferencias.size();k++){
| ~^~~~~~~~~~~~~~~~~~~