提交时间:2023-11-27 21:04:14
运行 ID: 32292
#include<iostream> using namespace std; int main(){ int F,C; cin>>F; C=5*(F-32)/9; cout<<C; return 0;