#include <stdio.h>main(){int i,j,k;for(i=1;i<=5;i++){for(k=i;k<=5;k++)printf(" ");for(j=7-i;j<=6;i--)printf("*");}printf("\n");}
谢谢各位的指点!我知道是哪里错了!