Run ID:103318

提交时间:2024-12-28 16:00:31

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