摘要: 期末机考游记。 春游集合 桶。 n,m=map(int,input().split()) a=list(map(int,input().split())) b=[0]*n for i in range(m): b[a[i]]+=1 res=[] for i in range(n): if(b[i]= 阅读全文
posted @ 2025-12-25 17:24 Amy-xue 阅读(11) 评论(2) 推荐(0)