Run ID:92749
提交时间:2024-10-06 12:08:26
#include<iostream> using namespace std; int main(){ float a; cin>>a; a=a*9/5+32; cout<<a<<endl; return 0; }