提交时间:2024-01-22 17:11:13

运行 ID: 123054

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