8 条题解

  • 1
    @ 2024-10-5 9:00:18
    a=input().split()
    
    print(int(a[0])+int(a[1]))
    
    

    python真是好语言

    信息

    ID
    482
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    递交数
    582
    已通过
    81
    上传者