#include<stdio.h> int main() { float a,s; scanf("%f",&a); s=(a-32)/1.8; printf("%.4f\n",s); }
[此贴子已经被作者于2018-6-30 21:58编辑过]