Run ID:138826

提交时间:2025-11-30 11:06:26

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