Run ID:111597
提交时间:2025-03-02 16:53:40
#include <bits/stdc++.h> ? using namespace std; int main() { float c; cin>>c; cout<<c*9/5+32; return 0; }