rt。
今天遇到一道题,我取 B=nB = \sqrt{n}B=n 跑了 1.99s,但是我取 B=n25B = \frac{\sqrt{n}}{25}B=25n 只跑了 416ms,虽然这跟数据强度可能有点关系,但是据我所看的很多题的题解都没有直接取 n\sqrt{n}n。