标签:des style blog io color for sp 数据 div
1 #include <stdio.h> 2 3 int main(){ 4 int T; 5 int number; 6 int i; 7 int j; 8 9 scanf("%d",&T); 10 11 while(T--){ 12 scanf("%d",&number); 13 14 for(i=0;i<number*3;i++){ 15 for(j=0;j<number;j++) 16 printf("HDU"); 17 18 printf("\n"); 19 } 20 } 21 return 0; 22 }
标签:des style blog io color for sp 数据 div
原文地址:http://www.cnblogs.com/zqxLonely/p/4054927.html