Run ID:2025

提交时间:2023-12-04 13:20:53

#include<iostream> using namespace std; int main(){ double f; cin>>f; printf("%.4lf",(f-32)/1.8); return 0; }