Run ID:2265
提交时间:2023-12-23 15:47:50
#include<iostream> using namespace std; int main(){ float a; float d; cin>>d; a=d*9/5+32; cout<<a; return 0; }