Run ID:110831
提交时间:2025-02-23 14:20:27
#include <iostream> using namespace std; int main(){ int s=0,n=0; while(s<=1000){ n++; s+=n; } cout<<n; }