标签:problem oat int class bsp turn print div scan
#include<stdio.h> int main() { float f,c; while(scanf("%f",&f)!=EOF) c=5.0/9*(f-32); printf("%.3f",c); return 0; }
标签:problem oat int class bsp turn print div scan
原文地址:https://www.cnblogs.com/chenlong991223/p/9742929.html