Run ID:87781

提交时间:2024-08-14 18:49:38

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