Problem: This is an interactive problem.
We hid from you a permutation of length , consisting of the elements from to . You want to guess it. To do that, you can give us 2 different indices and , and we will reply with (remainder of division by ).
We have enough patience to answer at most queries, so you should fit in this constraint. Can you do it?
As a reminder, a permutation of length is an array consisting of distinct integers from to in arbitrary order. For example, is a permutation, but is not a permutation ( appears twice in the array) and is also not a permutation ( but there is in the array).
Input Format: The only line of the input contains a single integer () — length of the permutation.