Run ID:2270
提交时间:2023-12-23 15:55:53
#include<iostream> using namespace std; int main(){ float c; float f; cin>>c; f=c*9/5+32; cout<<f ; return 0; }