//目录
摘要: URAL 1005 给定一些石头的重量,要求分成两个部分最相近。二进制暴力枚举。 #include <bits/stdc++.h> using namespace std; int w[25]; int main() { // freopen("in.txt","r",stdin); int n; 阅读全文
posted @ 2017-11-08 22:46 小草的大树梦 阅读(218) 评论(0) 推荐(0)