Run ID:128725
提交时间:2025-08-19 14:28:04
#include<bits/stdc++.h> using namespace std; int main(){ int a=0; while (a<=1000){ a++; } cout<<a; return 0; }