volatile unsigned long long a;volatile unsigned int b;volatile unsigned long long c;int main(void){ while(1) { c = (a * b) / 1000000; } return 0;}