Run ID:138815
提交时间:2025-11-30 10:57:52
#include<bits/stdc++.h> using namespace std; int main(){ int i=0,s=0; while(s<=1000){ i++; s+=i; } cout<<s; return 0; }