摘要: A + B Problem II Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 313689 Accepted Submission(s): 6 阅读全文
posted @ 2016-07-16 19:59 折腾青春 阅读(177) 评论(0) 推荐(0) 编辑
摘要: package cn.hncu.generic.v1; import java.util.ArrayList;import java.util.Iterator; public class GenericDemo1 { public static void main(String[] args) { 阅读全文
posted @ 2016-07-16 19:29 折腾青春 阅读(134) 评论(0) 推荐(0) 编辑
摘要: package cn.hncu.big; import java.math.BigDecimal; public class BigDecimalDemo { public static void main(String[] args) { double s = 0.0; for(int i=0;i 阅读全文
posted @ 2016-07-16 19:26 折腾青春 阅读(998) 评论(0) 推荐(0) 编辑