#abc166d. [abc166_d]I hate Factorization
[abc166_d]I hate Factorization
Problem Statement
Give a pair of integers such that . It is guaranteed that there exists such a pair for the given integer .
Constraints
- is an integer.
- There exists a pair of integers satisfying the condition in Problem Statement.
Input
Input is given from Standard Input in the following format:
Output
Print and , with space in between. If there are multiple pairs of integers satisfying the condition, you may print any of them.
Sample Input 1
33
Sample Output 1
2 -1
For and , .
Sample Input 2
1
Sample Output 2
0 -1