#11820: 答案


s510237 (10633)

學校 : 國立中央大學附屬中壢高級中學
編號 : 63961
來源 : [36.231.180.163]
最後登入時間 :
2017-06-21 13:05:19
d051. 糟糕,我發燒了! -- 板橋高中教學題 | From: [220.134.26.192] | 發表日期 : 2017-03-15 13:30

#include <iostream>
#include<iomanip>

using namespace std;
int main()
{
double C ;

while (cin >>C ){
cout <<fixed <<setprecision(3) <<(C-32)*5/9 <<endl ;
}
}

 
ZeroJudge Forum