Run ID:90650
提交时间:2024-09-16 11:41:33
#include<bits/stdc++.h> using namespace std; int main(){ double C=2.5; double f; f=C*9.0/5+32; cout<<C<<f; return 0; }