for (j=0; i<n-1; i++) {
   for (j=i+1; j<n; j++) {
     printf("*);
   }
printf("\n");
}


한번 돌꺼 두번 도는거니까!!


아닌가...


글 봐줘서 고마워