提交时间:2023-05-03 09:59:10
运行 ID: 16447
#include <iostream> uisng namespace std; int main(){ int F,C; cin>>F; C = 5*(F-32)/9; cout<<C; return 0; }