#include "bios.h" main() { int x=40,y=13; while(1) { gotoxy(x,y); printf("o"); if(bioskey(0)==19200&&bioskey(0)==18432) { x--; y--; } }