使得x^x达到或超过n位数字的最小正整数x是多少?n<=2000000000
输入格式 输入一个正整数n。
输出使得x^x达到n位数字的最小正整数x。
input
11
output
10
保证a,b<=10^9
时间限制:1s
空间限制:256MB