2 条题解

  • 1
    @ 2025-10-2 11:04:35
    n = int(input()) 
    p = int(input()) 
    c = int(input()) 
    d = int(input()) 
    print(n + p + c + d - 150)
    

    信息

    ID
    1392
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    25
    已通过
    13
    上传者