Run ID:93062

提交时间:2024-10-07 17:10:49

#include<iostream> using namespace std; int main(){ double c,f; cin>>c; f=c*9.0/5+32; cout<<f; return 0; }