c/c++小游戏
代码如下:
#include<cstdio>
#include<windows.h>
#include<conio.h>
using namespace std;
char a[101][101]= {
"*************",
"*O*** * ****",
"* * * *",
"* * * * * *",
"* * * * *",
"* * ** * *",
"** ** * ",
"********
原创
2020-09-01 19:10:14 ·
759 阅读 ·
0 评论