#721
Making Mexes
시간 제한
2s
메모리 제한
1024MB
제출
0
정답
0
맞힌 사람
0
정답 비율
0.0%
문제
You are given an array of non-negative integers (). In one operation, you can change any element of to any non-negative integer.
The mex of an array is the minimum non-negative integer that it does not contain. For each in the range to inclusive, compute the minimum number of operations you need in order to make the mex of equal .
입력
The first line contains .
The next line contains .
출력
For each in the range to , output the minimum number of operations for on a new line. Note that it is always possible to make the mex of equal to any in the range to .
예제 입력 1
4
2 2 2 0
예제 출력 1
1
0
3
1
2
점수
Inputs 2-6: Inputs 7-11: No additional constraints.
코드 제출
코드를 제출하려면 로그인이 필요합니다.
로그인내 제출
제출 내역이 없습니다.
맞은 사람
아직 맞은 사람이 없습니다.
난이도 투표
로그인 후 AC 받으면 투표할 수 있습니다.
전체 제출
제출 내역이 없습니다.