#Duck002. [DuckOI]Xor

[DuckOI]Xor

The problem is too simple and difficult to identify some incorrect answers, will no longer be maintained.

Description

Given a non-negative integer nn, output two positive integers a,ba,bsuch that ab=na\oplus b=n.

Obviously there are a lot of answers, you just have to print out any set.

Input Format

One integer, nn.

Output Format

Two integers, aa and bb.

1
2 3
0
1 1

Limit and hint

0n1070\leq n \leq 10^7

1n23111\leq n \leq 2^{31}-1