#Lutece2965. 找到最小的数
找到最小的数
Migrated from Lutece 2965 找到最小的数
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
给定一个正整数。求一个最小的正整数,满足至少有四个因数,且其中任意两个因数的差大于等于。
Input
第一行包含一个整数,表示一共有组数据。 接下来行,每行描述了一组数据,包含一个整数。
Output
对于每组数据,输出一行一个整数,表示符合条件的最小正整数。
Samples
Constraints