Run ID:122110

提交时间:2025-06-14 11:35:08

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