Run ID:1995

提交时间:2023-12-03 18:02:37

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