Run ID:114612
提交时间:2025-03-22 18:20:39
#include<iostream> using namespace std; int main(){ float c,f; cin>>c; f=c*9/5+32.0; cout<<f; }