Appearance
以下 C 代码的时间复杂度是( )。
int count = 0; for (int i=0; i*i<n; i++) for (int j=0; j<i; j++) count++;
提示:可在可视化区直接操作播放、步进、修改参数