ricehub.cpp: In function 'long long int besthub(long long int, long long int, long long int*, long long int)':
ricehub.cpp:9:32: warning: operation on 'left' may be undefined [-Wsequence-point]
9 | spesa+=risaie[left]-risaie[(++left+right)/2];
| ^~~~~~
ricehub.cpp:9:32: warning: operation on 'left' may be undefined [-Wsequence-point]
/tmp/ccQR3lGh.o: In function `main':
grader.cpp:(.text.startup+0x9a): undefined reference to `besthub(int, int, int*, long long)'
collect2: error: ld returned 1 exit status