上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: http://codeforces.com/contest/1025/problem/D D. Recovering BST time limit per test 1 second memory limit per test 256 megabytes input standard input o 阅读全文
posted @ 2019-04-09 22:41 MekakuCityActor 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1041/problem/F 题目大意: 下边界有n个给定点,上边界有m个给定点,可以从任意一个点发出一条激光,激光碰到边界会反射 激光到达边界必须打到整数点,问最多可以打到几个给定点 输入格式: 第一行两个整数n,y1​,表示下边界给定点 阅读全文
posted @ 2019-04-09 20:55 MekakuCityActor 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1038/problem/E E. Maximum Matching time limit per test 2 seconds memory limit per test 256 megabytes input standard inpu 阅读全文
posted @ 2019-04-09 16:14 MekakuCityActor 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 typedef long long ll; 2 const ll inf=0x3f3f3f3f; 3 struct edge{ 4 int x; 5 int y; 6 ll v;//流量 7 ll c;//费用 8 int nex; 9 }e[1005]; 10 ll flow,res; 11 int cnt,head[505],n;... 阅读全文
posted @ 2019-04-08 20:16 MekakuCityActor 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://www.luogu.org/problemnew/show/P4016 题目描述 GGG 公司有 nnn 个沿铁路运输线环形排列的仓库,每个仓库存储的货物数量不等。如何用最少搬运量可以使 nnn 个仓库的库存数量相同。搬运货物时,只能在相邻的仓库之间搬运。 输入输出格式 输入格式: 阅读全文
posted @ 2019-04-08 20:11 MekakuCityActor 阅读(162) 评论(0) 推荐(0) 编辑
摘要: https://codeforces.com/gym/101810 A. Careful Thief time limit per test 2.5 s memory limit per test 256 MB input standard input output standard output 阅读全文
posted @ 2019-04-03 20:11 MekakuCityActor 阅读(335) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-04-02 19:30 MekakuCityActor 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Split The Tree 题目描述 You are given a tree with n vertices, numbered from 1 to n. ith vertex has a value wiWe define the weight of a tree as the number 阅读全文
posted @ 2019-04-01 21:37 MekakuCityActor 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 链接:https://ac.nowcoder.com/acm/contest/551/E来源:牛客网题目描述 有两个长度为 n 的序列,a0,a1,…,an−1a0,a1,…,an−1和 b0,b1,…,bn−1b0,b1,…,bn−1。CSL 有一种魔法,每执行一次魔法,可以任意挑选一个序列并任意 阅读全文
posted @ 2019-04-01 18:04 MekakuCityActor 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 链接:https://ac.nowcoder.com/acm/contest/551/D来源:牛客网题目描述 CSL 以前不会字符串算法,经过一年的训练,他还是不会……于是他打算向你求助。 给定一个字符串,只含有可打印字符,通过删除若干字符得到新字符串,新字符串必须满足两个条件: 原字符串中出现的字 阅读全文
posted @ 2019-03-31 20:51 MekakuCityActor 阅读(299) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页