写了个文本模式下的贪食蛇,但是却不会执行,编译会通过.不知道是哪里出错,拿出来请大家斧正! /*头文件*/#include <stdio.h>#include <stdlib.h>#include <bios.h>/*宏定义*/#define M 20#define LEFT 0x4b00...
阅读全文
2007
06-25