#include<stdio.h> int main() { float f,c; while(scanf("%f",&f)!=EOF) c=5.0/9*(f-32); printf("%.3f",c); return 0; }
原文地址:https://www.cnblogs.com/chenlong991223/p/9742929.html
时间: 2024-10-02 18:37:59
#include<stdio.h> int main() { float f,c; while(scanf("%f",&f)!=EOF) c=5.0/9*(f-32); printf("%.3f",c); return 0; }
原文地址:https://www.cnblogs.com/chenlong991223/p/9742929.html