Run ID:139735
提交时间:2025-12-08 17:13:27
#include <iostream> using namespace std; int main(){ float F,c; cin>>F; c=F-32*5.0/9.0; printf("%.4f",c); }