Run ID:91664
提交时间:2024-09-22 11:40:23
#include<iostream> using namespace std; int main(){ float c,f; cin>>c; f=c*9/5+32; cout<<f; return 0; }