提交时间:2024-03-24 12:04:23
运行 ID: 43957
#include<bits/stdc++.h> using namespace std; int main() { double f; double c; cin>>f; printf ("%.5lf", 5*(f-32)/9); return 0; }