Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
24351 老方 温度表达转化 C++ Accepted 1 MS 244 KB 154 2023-08-10 13:20:40

Tests(1/1):


#include<iostream> #include<cstdio> using namespace std; int main(){ double c,f; cin>>f; printf("%0.5f\n",5*(f-32)/9); return 0; }


Judgement Protocol: