Run ID:152508

提交时间:2026-04-26 14:50:55

#include<bits/stdc++.h> using namespace std; int main(){ double C; cin>>C; cout<<C×9/5+32; return 0; }