摘要: #include#define PRINT(x) printf("%03d ",(x))void spiral_matrix_print(const int matrix[][4],int rows,int columns){ int top,left,i; int bottom = rows-1;... 阅读全文
posted @ 2015-04-13 17:26 zippyer 阅读(494) 评论(0) 推荐(0) 编辑