#39898: 方便大家一下 cpp ans


yp11251034@yphs.tp.edu.tw (703-38劉宇皓)

學校 : 臺北市私立延平高級中學
編號 : 262305
來源 : [203.72.178.1]
最後登入時間 :
2024-02-17 14:10:16
d051. 糟糕,我發燒了! -- 板橋高中教學題 | From: [203.72.178.1] | 發表日期 : 2024-04-11 14:17

加油 不要只想著抄

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