摘要:
/** To change this template, choose Tools | Templates* and open the template in the editor.*/package maxint;class MaxArray {int arrayone[];int arraylenght[];int arrayend[];int arrayfour[];public MaxArray() {}public MaxArray(int i) {arrayone = new int[i];arraylenght = new int[i];arrayend = new int[i] 阅读全文
posted @ 2013-12-22 23:30
peerelss
阅读(182)
评论(0)
推荐(0)
2013年12月22日