Run ID:1000
提交时间:2023-06-17 14:54:14
#include<bits/stdc++.h> using namespace std; int main(){ int s=0,n=0; while(s<=1000){ n++; s+=n; } cout<<n<<endl; }