Run ID:92906

提交时间:2024-10-06 19:57:00

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