2 solutions

  • 4
    @ 2025-12-30 11:32:36

    a, b, c = map(int, input().split())
    total = a + b + c
    d = 20 - total
    print(d)

    • 4
      @ 2025-12-27 15:24:42

      a,b,c=input().split() a,b,c=int(a),int(b),int(c) s=20-a-b-c print(s)

      • 1

      【例6.2】捡石头

      Information

      ID
      145
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      5
      Tags
      # Submissions
      616
      Accepted
      220
      Uploaded By