Run ID:119318
提交时间:2025-05-17 13:51:17
#include<iostream> using namespace std; int main() { float c,f; cin>>c; f=c*9/5+32; cout<<f; return 0; }