Run ID:90642

提交时间:2024-09-16 11:35:48

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