提交时间:2023-12-04 19:51:27
运行 ID: 33014
#include <bits/stdc++.h> using namespace std; int main(){ double f; cin >> f; cout << fixed << setprecision(5) << 5*(f-32)/9; return 0; }