Run ID:90645
提交时间:2024-09-16 11:36:57
#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; }