Vanya constructed a sequence fi according to the following rule:
Unfortunately, Vanya lost this sequence. However, he memorized one number N, which belongs to this sequence. He also remembers that all elements of the sequence are non-negative integers.
Help Vanya find such x and y, by which he can restore the sequence. Vanya understands that there can be many answers, so he wants the value of x + y to be as small as possible, and in case there are several such pairs, x should be the minimum possible.
The single line contains one integer N — the number that Vanya memorized.
In the single line output two integers x and y — the initial parameters of the sequence.
42
0 2
19
3 2