Run ID:122422

提交时间:2025-06-19 18:34:38

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