Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
401 郭** 双精度浮点数的输入输出 Python3 解答错误 27 MS 3356 KB 57 2023-11-17 09:25:23

Tests(2/5):


num = float(input()) num = round(num, 8) print(num)


测评信息: