#include <stdio.h> int main() { float f, c; scanf("%f",&f); c=5/9.0*(f-32.0); printf("%.3f",c); return 0; }
暂无评论,快来抢首评~
相关推荐