Run ID:90640

提交时间:2024-09-16 11:33:51

#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; }