Run ID:1097
提交时间:2023-07-08 14:29:36
#include<iostream> using namespace std; int main (){ double f; cin>>f; printf("%.4f",(f-32)*5/9); return 0; }