T566375 MC 2D 1.3
题目描述
```cpp
#include
#include
#include
using namespace std;
int main(){
int dt[150][500];
int pmx1,pmx2,pmy1,pmy2,mx,my,dmgd;
string bb[12];int bbs[12]={0};char id[12];
id[0]='@';
bb[1]="泥土";id[1]='^';//^
bb[2]="石头";id[2]='#';//#
bb[3]="原木";id[3]='$';//$
bb[4]="树叶";id[4]='%';//%
bb[5]="未知";id[5]=' ';//
bb[6]="未知";id[6]=' ';//
bb[7]="未知";id[7]=' ';//
bb[8]="未知";id[8]=' ';//
bb[9]="未知";id[9]=' ';//
bb[10]="未知";id[10]=' ';//
coutpmx1;pmx2=pmx1+31;
while(pmx1=501){
coutpmx1;
pmx2=pmx1+31;
}
coutdmgd;
while(dmgd145){
coutdmgd;
}
dmgd=150-dmgd;
mx=pmx1+16;
my=dmgd-1;
pmy1=my-4;
pmy2=pmy1+9;
for(int i=0;i
输入格式
无
输出格式
无