Run ID:95126
提交时间:2024-10-26 21:35:42
#include<iostream> using namespace std; int main(){ float c,f; cin>>c; f=(c*9/5)+32; cout<<c; return 0; }