c语言推箱子代码
#include <stdio.h>#include <stdlib.h>void map1();void map2();void map3();void show();void move();voi
c语言推箱子代码