Kirito is tired of maintaining sequences, so he decides to create them instead!
He thinks of two positive integers,
Because he finds this so relaxing, he invites you to join him! However, you find this just a bit boring, so you decide to also minimize the product of your sequence. Can you write a program that creates such a sequence?
Constraints
Scoring
Your program will get
Input Specification
The first and only line of input will contain two space separated integers,
Output Specification
Your program should output a single line:
Sample Input
2 926
Sample Output
223 703
Note that the sample output may not be the most optimal solution.
Comments
didnt think it was so simple lol