Run ID:157441
提交时间:2026-07-23 21:51:25
#include<iostream> using namespace std; int main() { float C; cin>>C; float F=C*9/5+32 cout<<'F'; return 0; }