摘要: 1 #include 2 #include 3 #include 4 5 void init_arry(int a[][10], int l, int c) //行不能写,列一定要写。 6 //void int_arry(int (*a)[10], int l, int c) 这两个是等效的。 7 { 8 int i, j; 9 srand(time... 阅读全文
posted @ 2016-04-18 14:33 芬乐 阅读(289) 评论(0) 推荐(0) 编辑