字形矩陣【2012年5月27日】

輸入a b Right 或 a b Down ,根據輸入輸出之字形路徑的矩陣。 1 #include <stdio.h> 2 int xx[4]={0,1,-1,1},yy[4]={1,0,1,-1}; 3 int map[100][100],col,row,x,y,dir,steps,idx; 4 char sel[10]; 5 void nextdir() 6 { 7 s
相關文章
相關標籤/搜索