Run ID:137972
提交时间:2025-11-23 11:49:31
#include<bits/stdc++.h> using namespace std; int main(){ int n; for(int i=1;i<=11;i++){ cout<<n; } return 0; }