| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134452 | zxy | 04保留两位小数 | C++ | Wrong Answer | 1 MS | 260 KB | 125 | 2025-10-27 17:06:27 |
#include <iostream> using namespace std; int main(){ int a,b,c,d; double PI=5.0/2.5; printf("%.2lf",PI); }
------Input------
0 8
------Answer-----
0.00
------Your output-----
2.00