Run ID:126281

提交时间:2025-07-17 15:55:59

#include<bits/stdc++.h> using namespace std; int main() { double c; double f; cin >> f; f=c*9/5+32; printf("%.5f", c); return 0; }