Run ID:94470
提交时间:2024-10-21 17:52:29
#include<iostream> using namespace std; int main() { double a,b,c,d; cin>>a; cout<<a*9/5+32; return 0; }