#include <stdio.h>#include <bios.h>#include <conio.h>#define ESC 0x011b#define UP 0x4800#define DOWN 0x5000#define LEFT 0x4b00#define RIGHT 0x4d00typedef struct{ int x; i...
阅读全文
2010
09-19