struct Snack { int a;//蛇的节数 char ch;//蛇的方向 coor szb[NUM]; }; struct Food { int x; int y; bool iseat=true; }; Snack snack; Food food;
確定! 回上一頁