n=int(input())a=list(map(int,input().split()))a_count=[0 for i in range(n)]for i in range(n):a_count[a[i]]=a_count[a[i]]+1if(i!=n-1):print(a_count[a[i]],end=' ')else :print(a_count[a[i]])
分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow 继续并发专题~ 这次介绍CyclicBarrier:看一眼API的注释: /** * A synchronization aid that allows a set of threads to all wait f