#include<stdio.h> int main(void) { int i; for(i=4;i>=0;--i) printf("%s\xd\xa","*****"+i); getch(); return 0; }