Run ID:122112
提交时间:2025-06-14 11:36:06
#include<bits/stdc++.h> using namespace std; int main(){ int a=1; while(a<=1000){ a++; } return 0; }