#P1269A. Equation
Equation
Description
Let's call a positive integer composite if it has at least one divisor other than and itself. For example:
- the following numbers are composite: , , , ;
- the following numbers are not composite: , , , , .
You are given a positive integer . Find two composite integers such that .
It can be proven that solution always exists.
The input contains one integer (): the given integer.
Print two composite integers ().
It can be proven, that solution always exists.
If there are several possible solutions, you can print any.
Input
The input contains one integer (): the given integer.
Output
Print two composite integers ().
It can be proven, that solution always exists.
If there are several possible solutions, you can print any.