ricehub.cpp: In function 'int main()':
ricehub.cpp:21:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d%lld", &n, &m, &k);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
ricehub.cpp:24:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", niz+i);
~~~~~^~~~~~~~~~~~~
/tmp/ccrZFgcU.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/cc7zpDMn.o:ricehub.cpp:(.text.startup+0x0): first defined here
/tmp/ccrZFgcU.o: In function `main':
grader.cpp:(.text.startup+0x92): undefined reference to `besthub(int, int, int*, long long)'
collect2: error: ld returned 1 exit status