Run ID:122418

提交时间:2025-06-19 18:30:18

#include<bits/stdc++.h> using namespace std; int main(){ int i=1; int max=0; while(i<1000){ max+=i; i++; } cout<<i; return 0; }