3 条题解

  • 0
    @ 2024-12-30 12:29:17

    x = float(input())

    rounded_x = int(x)

    print(rounded_x)

    信息

    ID
    4466
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    363
    已通过
    116
    上传者