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