توجه: سوالها لزوما به ترتیب سختی مرتب نشدهاند و ترتیب آنها (تقریبا!) اتفاقی است. استفاده از منابع از پیش آماده شده و دیکشنریها در حین مسابقه مجاز است.
برای سرعت بیشتر برنامهها، بجای پایتون میتوانید با PyPy کدتان را ارسال کنید.
لینکهای مفید برای شرکت در مسابقه:
میتوانید سوالهای خود را از بخش "سوال بپرسید" مطرح کنید.
The annual ICPC selection competition for students enrolled in Iran University of Science and Technology takes place tomorrow! This year, each team consists of students (Recent years there has been a lot of changes in the regulations, so this makes the change of the number of team members quite expectable!).
There are excited students, waiting in queue to register for the ICPC. The first team will consist of the first students in the queue, the second team the following students and so on... ( will be divisible by ).
Dr. Parisina has estimated the skill of each player with an integer. She would like to have the strongest players in the first team, the following strongest in the second team, and so on. So Dr. Parisina decided to shift the students standing in the queue so that she achieves her goal. The way she shifts them is that she tells a student to step out of the queue and go back in the queue before another student or to go to the front of the queue (So she can move anyone to anywhere). It takes her one minute to do this. Her class will be started soon, so Dr. Parisina needs to achieve her goal as soon as possible. Help Dr. Parisina determine the minimal number of minutes necessary for her to achieve her goal.
The first line of input contains the integers and The second line contains space-separated integers - the number denotes the skill of the -th player standing in the queue. Skill levels are from the most strong to the least strong; it means skill level is the strongest possible.
The integer will be divisible by , and all contestants are going to have distinct levels of skill.
The first and only line of output must contain the minimal required number of minutes.