#include<stdio.h> int main(void){ int i; char c[7]; gets(c); for(i=0;i<50;i++){ printf("\n%s",c); printf("****"); } return 0; }