提交时间:2023-11-27 21:03:15

运行 ID: 32291

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