摘要: public static List combin(final int TOTAL, final int SELETED) { List list = new ArrayList(400000); int[] i = new int[SELETED]; ... 阅读全文
posted @ 2014-06-24 23:00 荒土 阅读(376) 评论(0) 推荐(0)