void main() { printf("\033[2J"); for(;;) { for(;;) { printf("マンコ"); printf("\a"); if(!kbhit()) break; } printf("チンコ"); printf("\a"); } }