Run ID:1920
提交时间:2023-12-02 16:43:07
# include<iostream> using namespace std; int main() { float f; cin>>f; printf("%.4f", (f-32)*5/9); return 0; }