#39897: __:>


yp11251094@yphs.tp.edu.tw (907-45羅元甫)

學校 : 臺北市私立延平高級中學
編號 : 246062
來源 : [203.72.178.2]
最後登入時間 :
2025-09-25 11:47:15

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