>>907
それはない

#include <stdio.h>
int main(void){
printf("%d\n", 2000*1048576/1048576);
printf("%d\n", 4000*1048576/1048576);
}

gcc -O2

2000
-96