Run ID:90639

提交时间:2024-09-16 11:32:43

#include<bits/stdc++.h> using namespace std; int main(){ double c=2.5; double f; f=c*9.0/5+32; cout<<f<<endl; return 0; }