Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
97843 | 廖宸睿 | 11温度转换II | C++ | Wrong Answer | 1 MS | 276 KB | 178 | 2024-11-16 16:50:45 |
# include<iostream> # include<cstdio> # include<iomanip> using namespace std; int main(){ double y; cin>>y; printf("%.4lf",y/5); return 0; }
------Input------
9.8
------Answer-----
-12.3333
------Your output-----
1.9600