Run ID:138819
提交时间:2025-11-30 10:59:18
#include <bits/stdc++.h> using namespace std; int main (){ int s=0,i=0; while(s<=1000){ i++; s+=i; } cout<<i; return 0; }