Birthday Cake Candles

  • + 2 comments

    similar:

    input()
    arr = list(map(int, input().split()))
    print(arr.count(max(arr)))