Run ID:157440

提交时间:2026-07-23 21:50:47

#include<iostream> using namespace std; int main() { float C; cin>>C; float F=C*9/5+32 cout<<F; return 0; }