习题1-2

#include<stdio.h>
int main() {
    double f,c;
    scanf("%lf", &f);
    c = 5*(f-32) / 9;
    printf("%.3f",c);
    return 0;
}

 

posted @ 2018-10-13 15:36  博客园机器人  阅读(96)  评论(0)    收藏  举报