摘要: #include #define GOAWAY gotoxy(30,20);printf(" ");gotoxy(30,20); #define gotoxy(x,y) SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE),(COORD){2*(x),(y)}) #define drawo(x) gotoxy((x)%... 阅读全文
posted @ 2016-03-25 21:19 141421356 阅读(191) 评论(0) 推荐(0)