私信TA
用户名:dotcpp0667155
访问量:3316
签 名:
eee
自我简介:
作者: eee 发表时间:2023-07-11 16:46:36 浏览:50 | 评论:0
解题思路:注意事项:参考代码:
#include <bits/stdc++.h>
using namespace std;
int main()
{
int m,s=0;
cin>>m;
for(int i=1; ;i++)
s=s+i;
if(s>m)
cout<<i;
break;
}
return 0;
0.0分
1 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧