Divide and Conquer
Description:
You are given two positive integers and .
You are allowed to perform the following operation any number of times (possibly zero):
- Choose any positive integer such that divides .
- Set .
Determine whether you can make exactly equal to using this operation.
Input The first line of the input contains a single integer (