Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
74421 jdf25_wangchs 温度表达转化 C++ Accepted 0 MS 252 KB 136 2025-11-26 20:50:56

Tests(1/1):


#include<iostream> using namespace std; int main() { double C, F; cin>>F; printf("%.5lf",5*(F-32)/9); return 0; }


Judgement Protocol: