摘要:
源代码:View Code //DP,关键是既要记录最大,还要记录最小,因为负负得正...import java.util.*;import java.io.*;import java.math.*;public class Main{ public static BigInteger[][] dp=new BigInteger[110][110]; public static BigInteger[][] dp1=new BigInteger[110][110]; public static BigInteger INF; public static BigInteger NEG; publ 阅读全文
posted @ 2011-05-11 00:21
Jackiesteed
阅读(159)
评论(0)
推荐(0)
浙公网安备 33010602011771号