1282: C++二级辅导-温度转换
          Memory Limit:128 MB
          Time Limit:1.000 S
         
      
      
        
          Judge Style:Text Compare
          Creator:
      
      
          Submit:40
          Solved:24
      
Description
输入一个华氏温度,要求输出摄氏温度。公式为
保留两位小数
Sample Input Copy
-40
          Sample Output Copy
-40.00