Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
43825 | wangyuchun | 温度表达转化 | C++ | Compile Error | 0 MS | 0 KB | 136 | 2024-03-23 11:37:25 |
#include<iostream> using namespace std; int main(){ double f; cin>>f; f=f/-17.22222+f%-17.22222; cout<<f; return 0; }