我卡了很久99pts。
我一开始的做法是根据 当 x≥n2/3x\ge n^{2/3}x≥n2/3 时有 nx≤n1/3\dfrac n x\le n^{1/3}xn≤n1/3,把这些 xxx 记忆化。
其实应该用map存起来,这样多组数据就可以沿用了。