#19329: 想不到看這裡吧!


yp10870744 (Peter!!!)

學校 : 臺北市私立延平高級中學
編號 : 104313
來源 : [203.72.178.252]
最後登入時間 :
2020-01-09 17:01:40

#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; }
#19335: Re:想不到看這裡吧!


pacybwoah (只會刷水題)

學校 : 臺北市立建國高級中學
編號 : 103351
來源 : [210.71.78.245]
最後登入時間 :
2024-04-09 20:34:12

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



阿不就抄課本