摘要: VJudge题目:https://cn.vjudge.net/contest/279018#problem/G https://cn.vjudge.net/contest/279018#problem/I 即POJ 2386 - Lake Counting:http://poj.org/proble 阅读全文
posted @ 2019-02-17 21:08 Kaidora 阅读(285) 评论(1) 推荐(0) 编辑
摘要: 放在Virtual Judge上的专题: sum = 7 ; [ 题解 ] [ 树状数组 ] POJ 2352 - Stars https://www.cnblogs.com/Kaidora/p/10389073.html [ 题解 ] [ BFS ] POJ 1426 - Find The Mul 阅读全文
posted @ 2019-02-17 19:38 Kaidora 阅读(289) 评论(0) 推荐(0) 编辑
摘要: VJudge题目:https://cn.vjudge.net/contest/279018#problem/L 即POJ 1426 - Find The Multiple:http://poj.org/problem?id=1426 题目要求: 给出一个不大于200的整数n,要求找到任意一个n的倍数 阅读全文
posted @ 2019-02-17 19:16 Kaidora 阅读(285) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/group/NVaJtLaLjS/contest/238166/problem/G 题意: 星期一两个仓库都有10个桶与1000加仑牛奶,桶的容量不一。 星期二John会从仓库一随机拿一桶牛奶去仓库二: 比如拿了一个容量为5的桶,那么仓库一减少5加仑牛奶, 阅读全文
posted @ 2019-02-17 01:34 Kaidora 阅读(255) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/group/NVaJtLaLjS/contest/238166/problem/A 输入N表示N只牛要挤奶(1≤N≤100),接下来有N行; 分别表示开始、结束时间(1~1000),以及需要多少桶(1~10)。 问:最多要准备多少桶? 示例: Input: 阅读全文
posted @ 2019-02-17 00:02 Kaidora 阅读(286) 评论(0) 推荐(0) 编辑