Run ID:152385

提交时间:2026-04-25 16:59:43

#include<iostream> using namespace std; int main() { int s=0,i=0; while(s<=1000) { i++; s+=i; } cout<<i; }