Given an array $A$ consists of $n$ zero. You are also given $q$ queries, each of the form $(l, r)$ which means to increment $A_l, A_{l + 1}, …, A_r$ by 1.
Input
The first line contains 2 integers $n, q$.
Next $q$ lines, each line contains 2 integers $l, r$.