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