#include<stdio.h> int main() { printf(" * * * * "); printf(" * * * "); printf("* * * "); printf("* "); printf("* "); return 0; }