Problem Y: 零起点学算法21——摄氏温度转换

2021-05-19 06:30

阅读:551

标签:problem   oat   int   class   bsp   turn   print   div   scan   

#includeint main()
{
    float f,c;
    while(scanf("%f",&f)!=EOF)
    c=5.0/9*(f-32);
    printf("%.3f",c);
    return 0;
}

 

Problem Y: 零起点学算法21——摄氏温度转换

标签:problem   oat   int   class   bsp   turn   print   div   scan   

原文地址:https://www.cnblogs.com/chenlong991223/p/9742929.html


评论


亲,登录后才可以留言!