Run ID:5510
提交时间:2024-11-23 19:40:33
#include<iostream> using namespace std; int main(){ int s=0,n=0; while(s<=1000){ n++; s+=n;} cout<<i;}