摘要: 1001Expression式子不好推啊。见官方题解。式子知道就方便了。处理好组合数和阶乘。按区间长度从小到大递推完就好。 1 # include 2 # include 3 # include 4 using namespace std; 5 # define maxn 105 6 type... 阅读全文
posted @ 2015-08-18 17:35 Aguin 阅读(287) 评论(0) 推荐(0) 编辑