问题3697--CF数论

3697: CF数论

[命题人 : ]
时间限制 : 1.000 sec  内存限制 : 64 MB

题目描述

Given the number n, find the smallest positive integer which has exactly n divisors. It is guaranteed that for the given n the answer will not exceed 10^18.

输入

The first line of the input contains integer n (1 ≤ n ≤ 1000).

输出

Output the smallest positive integer with exactly n divisors.

样例输入 Copy

4
6

样例输出 Copy

6
12

来源/分类

wuyiqi