摘要: #include<stdio.h>#include<stdlib.h>#include<windows.h>#include<conio.h>int main(){ printf("请按 w s a d来控制上下左右\n"); printf("请按 p 来标雷 q来排雷\n"); char b[10 阅读全文
posted @ 2019-07-30 21:02 Cathycat 阅读(100) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#include<windows.h>#include<conio.h>int main (){ char a[50][50]={"######", "#o # ", "# ## #", "# # #", "## #", "### 阅读全文
posted @ 2019-07-30 19:30 Cathycat 阅读(103) 评论(0) 推荐(0) 编辑
摘要: a在前面b strcmp(a,b)<0 #include<string.h> strcpy(t,a[i]); 阅读全文
posted @ 2019-07-30 17:50 Cathycat 阅读(123) 评论(0) 推荐(0) 编辑