Run ID:90920
提交时间:2024-09-20 13:24:43
#include <bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<a*9/5+32; }