提交时间:2024-01-22 17:12:05

运行 ID: 123058

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