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