- 3
- 0
- 约2.78万字
- 约 14页
- 2021-12-07 发布于福建
- 举报
/* A sim ple gam e*/
/*CopyRight: Guanlin*/
#include stdio.h
#include stdlib.h
#include string.h
#include time.h
#include conio.h
#include process.h
struct object_fix
{
char nam e[20];
char id[5];
char desc[500];
char action[30];
char im [5];
};
struct object_m ove
{
char nam e[20];
char id[5];
char desc[500];
int loc;
int pwr;
int strg;
char im [5];
};
struct rover
{
char nam e[20];
char id[5];
char desc[500];
int pwr;
int strg;
int location[2];
原创力文档

文档评论(0)