提交时间:2025-08-03 14:24:55
运行 ID: 337551
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i=1;i<=n;i++){ for(int j=1;j<=n;j++){ for(int k=1;k<=n;k++){ cout<<"fyoj"; } cout<<endl; } } return 0; }