随笔- 107  文章- 0  评论- 6  阅读- 96196 

随笔分类 -  有趣

不解释
摘要://运行一下就知道了,嘿嘿 1 #include 2 #include 3 #include 4 #define N 50 5 HANDLE hConsole; 6 void gotoxy(int x, int y) 7 { 8 COORD coord; 9 coord.X = x; 10 coord.Y = y; 11 ... 阅读全文
posted @ 2017-08-22 20:51 几缕清风依旧 阅读(278) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示