| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 123660 | linruitao | 温度换算 | C++ | Compile Error | 0 | 0 MS | 0 KB | 150 | 2024-01-23 08:50:38 |
#include<iosteream> #include<cstdio> using namespace sted; int main(){ double f,c; cin>>f; c=5*(f-32)/9; pintf("c=%.2f",c); return 0 }