#25170: 2020.04.25


alan.92925@gmail.com (AlanHacker)


 

解法如下:

int f;

scanf("%d", &f);

printf("%.3f\n", (double)(f - 32) * 5 / 9);