Run ID:1996
提交时间:2023-12-03 18:03:54
#include<iostream> using namespace std; int main(){ double f; cin>>f; printf("%.4lf",(f-32)/1.8); return 0; }