The first line of the input contains two integers N and X. They represent the size of the array/list and X respectively.
The second line contains N single space-separated integer representing the array/list elements.
The only line of output will print the total number of occurrences of X in the array/list.
You are not required to print the expected output, it has already been taken care of. Just implement the function.
1 <= N <= 10^5
1 <= Arr[i] <= 10^9
Where Arr[i] represents the element i-th element in the array/list.
Time Limit: 1sec
Merge Two Sorted Arrays Without Extra Space
Search In A Sorted 2D Matrix
Ninja And The Strictly Increasing Array
Negative To The End
Fake Coin Problem