Run ID:8150
提交时间:2025-06-14 19:54:18
#include<bits/stdc++.h> using namespace std; int main(){ int F; cin>>F; printf("%.4lf",(F-32)/1.8); return 0; }