main() { int i; clrscr(); for(i=0;i<2079;i++) printf("°"); getch(); printf("\f"); printf("\r"); getch(); }