摘要: #include#include#include#includeusing namespace std;double a[10010][150];double dp[10010][150];int b[10010];int n;void solve(int cnt){ memset(dp,0,... 阅读全文
posted @ 2014-08-10 07:37 JarvisLau 阅读(128) 评论(0) 推荐(0) 编辑