摘要: (1)未经优化时所耗费的时间:public class PrimeNumber { public static void main(String[] args) { long start = System.currentTimeMillis(); boolean f... 阅读全文
posted @ 2015-08-29 11:56 mengrennwpu 阅读(431) 评论(0) 推荐(0) 编辑