You are given a natural number nnn. Find the smallest multiple of nnn that is a perfect square (the square of a natural number).
The first and only line contains a single natural number nnn (1≤n≤500 000 0001 \le n \le 500\,000\,0001≤n≤500000000).
Print the smallest natural number mmm that is a multiple of nnn and, at the same time, the square of a natural number.