#include <graphics.h>
#include <stdlib.h>
#include <bios.h>
#include <time.h>
#define ESC 0x001b
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define UP 0x4800
#define SPACE 32
#define FKSIZE 15 /*方块大小*/
#define GFKSIZE (FKSIZE+2)/*方块列距大小*/
......................
阅读全部 | 2014年4月5日 10:00