Q:我都不會...
A:看這個!
#include<iostream> #include<iomanip> using namespace std; int main() { double f; cin>>f; cout<<fixed<<setprecision(3)<<(f-32)*5/9<<endl; }
#include #include using namespace std; int main() { double f; cin>>f; cout<<fixed<<setprecision(3)<<(f-32)*5/9<<endl; }
請勿在此公佈作答參考!!!
這裡又不是解題報告
原本是
而且重點是
無論如何在一個簡單的題目放答案
這心態無論如何都很奇怪