#19329: 想不到看這裡吧!


yp10870744 (Peter!!!)


#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 (只會刷水題)


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



阿不就抄課本