Run ID:88721

提交时间:2024-08-20 17:33:23

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