Run ID:135547

提交时间:2025-11-05 19:01:07

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