Run ID:141181
提交时间:2025-12-21 12:20:36
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i;i<n;i++){ i=1; } return 0; }