#include "stdio.h"int main(int argv,char *argc[]){ int a,b,c; for(a=0;a<4;a++){ for(b=0;b printf(" "); printf("*****\n"); } return 0;}
运行结果: