Run ID:139730

提交时间:2025-12-08 17:12:24

#include <iostream> using namespace std; int main(){ int F; cin>>F; printf("%.4lf",(F-32)*(5/9)); }