#include int main(){ int n; int i,j; printf("n:"); scanf("%d",&n); for(i=0; i=j) printf("*"); else printf(" "); } printf("\n"); } return 0; }