Run ID:4934

提交时间:2024-10-07 10:02:19

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