提交时间:2024-01-22 17:24:06

运行 ID: 123156

#include<iostream> using namespace std; int main() { float c,f; cin>>f; cout<<5*(f-32)/9; return 0; }