Run ID:1919

提交时间:2023-12-02 16:42:46

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