摘要: 1 import java.math.BigInteger; 2 import java.util.*; 3 public class Main { 4 public static void main(String []args) 5 { 6 Scanner cin... 阅读全文
posted @ 2014-05-26 22:11 null1019 阅读(93) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1063 1 import java.math.BigDecimal; 2 import java.util.*; 3 public class Main { 4 public static void mai... 阅读全文
posted @ 2014-05-26 21:46 null1019 阅读(135) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=3367 1 #include 2 #include 3 #include 4 #define maxn 20000 5 using namespace std; 6 7 int n,m; 8 int f[m... 阅读全文
posted @ 2014-05-26 21:18 null1019 阅读(155) 评论(0) 推荐(0) 编辑