Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
27890 yuhaoyu 温度表达转化 C++ Accepted 0 MS 248 KB 129 2023-10-08 21:29:16

Tests(1/1):


#include<iostream> using namespace std; int main() { float f,c; cin>>f; c=5*(f-32)/9; printf("%.5f",c); return 0; }


Judgement Protocol: