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