#UnknownID44. XHXMMMl37UFZWg#?[_*
XHXMMMl37UFZWg#?[_*
Statement
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.
Format
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.
Sample
1
9 8
512
4608 4096
相关
在下列比赛中: