摘要: public class test30{ public static void main(String args[]){ int array[]={3,2,5,1,4}; int temp[] = findTopN(array,4); for(int ... 阅读全文
posted @ 2014-08-24 22:40 seven7seven 阅读(153) 评论(0) 推荐(0)