Run ID:94523
提交时间:2024-10-23 18:51:42
#include <iostream> using namespace std; int main(){ double c,f; cin>>c; f=c*9/5+32; cout<<f<<endl; }