Run ID:128839
提交时间:2025-08-20 12:02:48
#include<iostream> using namespace std; int main(){ float f,c; cin>>f; printf("%.4f",f=c*9/5+32,c=(f-32)*5/9); return 0; }