#39898: 方便大家一下 cpp ans


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


加油 不要只想著抄

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