55
265
版主
#include<iostream> #include<iomanip> using namespace std; int main(){ double F,C; cin>>F; C=5.0*(F-32)/9; cout<<fixed<<setprecision(5)<<C<<endl; return 0; }
使用道具 举报
|山东智趣岛论坛 ( 鲁ICP备2023024048号 )
GMT+8, 2025-3-1 10:53 , Processed in 0.158114 second(s), 34 queries .
Powered by Discuz! X3.3 Licensed
Copyright © 2001-2020, Tencent Cloud.