摘要: #include <iostream> using namespace std; const int N = 310; int n; int s[N]; int f[N][N]; int main() { cin >> n; for (int i = 1; i <= n; ++ i) cin >> 阅读全文
posted @ 2021-08-30 17:51 青衫客36 阅读(46) 评论(0) 推荐(0) 编辑