#39891: c++詳解


yp11251144@yphs.tp.edu.tw (911-38曾湛)

學校 : 臺北市私立延平高級中學
編號 : 237373
來源 : [203.72.178.3]
最後登入時間 :
2024-12-11 09:26:41

哈囉 hhhhhhhhhhhhhhhhhhhhhhhhhhhh
#include <bits/stdc++.h>
using namespace std;
 
int main()
{
double f;
cin>>f;
cout<<fixed<<setprecision(3)<<(f-32)*5/9<<endl;
return 0;
}