Run ID:91325
提交时间:2024-09-21 15:35:35
#include<iostream> using namespace std; int main(){ int C,F; cin>>C>>F; cout<< C*9/5+32; }