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