Run ID:125841
提交时间:2025-07-15 15:50:14
#include<bits/stdc++.h> using namespace std; int main() { double c; cin>>c; double f=c*9/5+32; printf(".%1f",f); cout<<f; return 0; }