#D10780. Test

    ID: 8962 Type: Default 2000ms 268MiB

Test

Test

problem

M M students will be tested in a classroom with N N seats in a straight line. Seats are numbered 1 dotsN 1 \ dots N from the front, and 1 1 per seat can seat 1 1 students.

Now each student is sitting in the A1, dots,AM A_1, \ dots, A_M seats.

To start the test, the following conditions must be met:

  • 1 dotsM 1 \ dots M students are sitting in every seat.

Therefore, we decided to repeat the following operations until the conditions were met.

  • Move the student sitting at the back and sit at the front of the vacant seats.

Find the number of operations required to meet the conditions.

output

Output the number of operations required to meet the conditions. Also, output a line break at the end.

Example

Input

6 4 1 4 5 6

Output

2

inputFormat

outputFormat

output

Output the number of operations required to meet the conditions. Also, output a line break at the end.

Example

Input

6 4 1 4 5 6

Output

2

样例

6 4
1 4 5 6
2