摘要: #include <iostream> #include <cstdio> #include <cstring> const int maxn = 10050; struct node { int start,end; int sum; int value; }dp[maxn]; int main( 阅读全文
posted @ 2020-10-27 16:58 ethon-wang 阅读(149) 评论(0) 推荐(0) 编辑