6799,包对的

西嘻嘻  •  4个月前


include <bits/stdc++.h>

using namespace std;

int main() {

int a = 1, s = 0, k;
scanf("%d", &k);
while (s <= k) {
	s = s + a;
	a++;

}
printf("%d", a - 1);
return 0;

}


评论:

请先登录,才能进行评论