Run ID:109703

提交时间:2025-02-10 15:59:02

#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<a*9.0/5.0+32; return 0; }