题解 | #又放学辣(简单)#

又放学辣(简单)

https://ac.nowcoder.com/acm/problem/261229


N,M,K=map(int,input().split())
t=map(int,input().split())
b = Counter(t)

for i in range(1, M+1):
    t = [b[j] for j in range(1, M+1)]
    t.pop(i-1)
    if sum(t)<K:
        print(-1,end=" ")
    else:
        for times in range(K):
            t[t.index(max(t))]-=1
        print(max(t),end=" ")

全部评论

相关推荐

vegetable_more_exercise:1-1.5万,没错啊,最少是1人民币,在区间内
点赞 评论 收藏
分享
11-15 19:28
已编辑
蚌埠坦克学院 硬件开发
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务