#19321: Answer


yp10871038 (蝗蟲嬛)

學校 : 臺北市私立延平高級中學
編號 : 104546
來源 : [114.35.111.78]
最後登入時間 :
2023-06-12 00:28:46
d051. 糟糕,我發燒了! -- 板橋高中教學題 | From: [203.72.178.252] | 發表日期 : 2019-09-25 10:52

#include <iostream>
#include <iomanip>
    using namespace std;
    int f;
    int main(){
    while(cin>>f) cout<<fixed<<setprecision(3)<<(f-32)/1.8<<endl;
    return 0;
}
 
ZeroJudge Forum