printf("\n猴子是否在箱子顶上?(x-当猴子在箱子顶上时取x=1;否则取x=0) x= %d\n",x); } } if(x==1&&W==c){ /* 猴子在箱子上 (x=1), 而且香蕉就在头顶 (W=c)*/ printf("\n猴子在箱子上(x=1),而且香蕉就在头顶(W=c)...\n"); } else if(x==1){ /* 猴子在箱子上 (x=1...
是否摘得香蕉struct stack{stringMONKEY;stringBANANA;stringBOX;intHAVE;//1表示摘得,0表示没有intISON;//1表示猴子在箱子上,0表示没有};//函数申明boolgo_to_box(struct stack&s,string m,string n);boolmove_box(struct stack&s,string m,string n);boolclimb_box(struct stack&s,string pos);boolget...