Run ID:128746

提交时间:2025-08-19 14:36:10

#include<bits/stdc++.h> using namespace std; int main(){ long long i=0,s=0; while (s<=1000){ i++; s+=i; } cout<<i; return 0; }