4 条题解

  • 1
    @ 2023-12-9 14:03:08

    Python

    round()函数可以直接四舍五入,这算不算作弊? 只用一行代码就可以了

    print(round(float(input()) + float(input()), int(input())))
    
    • @ 2023-12-9 20:12:05

      python自动开高精度,赢!

信息

ID
567
时间
1000ms
内存
256MiB
难度
3
标签
递交数
130
已通过
21
上传者