会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
//目录
树的种子
啦啦啦,我是卖报的小行家
https://github.com/Jian-Yin-Shine
博客园
首页
联系
管理
2017年11月8日
ACM-ICPC(11/8)
摘要: 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)
公告