Run ID:122109

提交时间:2025-06-14 11:34:46

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