1 solutions

  • 0
    @ 2026-7-6 15:54:59

    就是这个意思

    n, a, b = map(int, input().split())
    print(0) if a + b < n else print(a + b - n)
    
    • 1

    Information

    ID
    33
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    8
    Accepted
    5
    Uploaded By