rt
不换行
for(int i=1;i<=n;i++){ for(int j=0;j<=n;j*=2){ cout<<"CCF\n"; } }
换行
for(int i=1;i<=n;i++) { for(int j=0;j<=n;j*=2) { cout<<"CCF\n"; } }