Run ID:101378
提交时间:2024-12-15 10:37:57
#include<bits/stdc++.h> using namespace std; int main(){ double c,f; f=c×9/5+32; cout<<f; }