Run ID:90647

提交时间:2024-09-16 11:39:22

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