- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 螺旋数组输出
public class SpiralArray { /** * @param args */ public static void main(String[] args) { final int SIZE = 4; int mat[][] = new int[SIZE][SIZE]; int i, j, k = 0, n, m; n = SIZE;
2010-09-28 12:51:00
289
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅