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