ricehub.cpp: In function 'int besthub(int, int, long long int*, long long int)':
ricehub.cpp:25:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::deque<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | for(int k=0;k<diferencias.size();k++){
| ~^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccCZGW5z.o: in function `main':
grader.cpp:(.text.startup+0xae): undefined reference to `besthub(int, int, int*, long long)'
collect2: error: ld returned 1 exit status