Run ID:113567
提交时间:2025-03-16 10:02:33
#include<bits/stdc++.h> using namespace std; int main(){ int s=0,n=0; while(s<=1000){ n++; s+=n; } cout<<n; return 0; }