main() { int i,j; clrscr(); scanf("%d",&i); for(j=1;j<10000;j++) printf("%c",i); getch(); }