4 条题解

  • 0
    @ 2022-3-8 17:04:26

    A+B problems

    a = int(input())
    b = int(input())
    print(a+b)
    

    信息

    ID
    729
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    398
    已通过
    239
    上传者