Run ID:118012

提交时间:2025-04-21 21:23:08

#include<bits/stdc++.h> using namespace std; int main() { double C,F; cin>>F; C=32-5*9/F; cout<<C; }