Run ID:103313

提交时间:2024-12-28 15:55:50

#include <iostream> using namespace std; int main () { double F; cin>>F; cout<<5*(F-32)/9<<endl; return 0; }