摘要:
int[] a = new int[] { 4, 8, 23, 12, 6, 28, 46, 9, 78, 54, 0 }; int b; for (int i = 0; i < a.Length; i++) { for (int j = i + 1; j < a.Length; j++) { if 阅读全文
posted @ 2016-11-16 16:03
二哈的虹虹
阅读(110)
评论(0)
推荐(0)
浙公网安备 33010602011771号