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