Problem: This is an interactive problem.
This is an easy version of the problem. The difference from the hard version is that in the easy version and the number of queries is limited to .
Polycarp is playing a computer game. In this game, an array consisting of zeros and ones is hidden. Polycarp wins if he guesses the position of the -th zero from the left times.
Polycarp can make no more than requests of the following type:
- ? — find out the sum of all elements in positions from to () inclusive.
In this (easy version) of the problem, this paragraph doesn't really make sense since always. To make the game more interesting, each guessed zero turns into one and the game continues on the changed array. More formally, if the position of the -th zero was , then after Polycarp guesses this position, the -th element of the array will be replaced from to . Of course, this feature affects something only for .
Help Polycarp win the game.
Note: In the first test, the array is hidden. In this test .