Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
123656 冯晨硕 温度换算 C++ Compile Error 0 0 MS 0 KB 131 2024-01-23 08:49:37

Tests(0/0):


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


Judgement Protocol: