提交时间:2025-07-16 21:47:59

运行 ID: 333896

#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i=1; i<=n*n; i++){ for(int j=1; j<=n; j++){ cout<<"fyoj"; } cout<<endl; } return 0; }