int n;int main(){ n = 56; printf("%d\n", (int)(n / 0.32)); printf("%d\n", (int)(n / 0.32));}
Standard input is empty
175 174