using namespace std;
int main()
{
int n,k=0,j=1,t=1;
cin >> n;
for (int i = 1; i <= n; i++)
if (i > j)
t++;
j += t;
}
k += t;
cout << k;
return 0;
快速帮助 | 运行状态 | 反馈举报 | 关于我们 | 免责声明 | 浙ICP备11060257号 Processed in 0.0015 Second(s) Copyright (C) RQNOJ 2007-2019. All Rights Reserved.