博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年3月16日

摘要: static void Main(string[] args) { //数组的回形输出 int[,] a = new int[5,5] {{1,2,3,4,5}, {6,7,8,9,10}, {11,12,13,14,15}, {16,17,18,19,20}, {21,22,23,24,25}}; //原样输出 //for (int o = 0; o < 5; o++) //{ // fo... 阅读全文

posted @ 2009-03-16 15:49 sky_water 阅读(1126) 评论(0) 推荐(0)