摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1069#include#include#include#includeusing namespace std;struct Node{ int a,b,c,dp;};Node node[3000];int cmp... 阅读全文
posted @ 2015-03-08 20:00 sola94 阅读(104) 评论(0) 推荐(0)