Run ID:114616

提交时间:2025-03-22 18:24:22

#include <iostream> using namespace std; int main(){ float c,f; cin>>c; f=c*9/5+32; cout<<f; }