2 solutions

  • 4
    @ 2025-12-30 11:59:54

    a, b, c = map(int, input().split())
    total_boxes = a + (a * b) + (a * b * c)
    print(total_boxes)

    • -1
      @ 2025-12-25 17:20:53

      a,b,c=input().split() a=int(a) b=int(b) c=int(c) print(a+ab+ab*c)

      • 1

      【例6.3】 套盒子

      Information

      ID
      156
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      6
      Tags
      # Submissions
      655
      Accepted
      212
      Uploaded By