Run ID:151327
提交时间:2026-04-12 11:22:41
#include<bits/stdc++.h> using namespace std; int main() { int s=0; int n=0; while(s<=1000){ n++; s+=n; } cout<<n; return 0; }