提交时间:2024-01-22 16:59:45

运行 ID: 122949

#include <bits/stdc++.h> using namespace std; int main(){ int f; cin >> f; double C = 5 * (f - 32) / 9; cout <<fixed << serprecision(2) << C }