Run ID:152509
提交时间:2026-04-26 14:51:19
#include<bits/stdc++.h> using namespace std; int main(){ double C; cin>>C; cout<<C*9/5+32; return 0; }