We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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;}