问题 更新时间2023/6/28 20:13:00 int fun (int n) {int I=1, s=1;while (s s+=++I;return I;} 答案 登录 注册 O(n) 出自:国家开放大学 >> 国家开放大学数据结构复习题