摘要: Cleaning Shifts Farmer John is assigning some of his N (1 <= N <= 25,000) cows to do some cleaning chores around the barn. He always wants to have one 阅读全文
posted @ 2020-01-15 16:58 funforever 阅读(161) 评论(0) 推荐(0) 编辑
摘要: おせんべい 問題 IOI製菓では,創業以来の伝統の製法で煎餅(せんべい)を焼いている.この伝統の製法は,炭火で一定時間表側を焼き,表側が焼けると裏返して,炭火で一定時間裏側を焼くというものである.この伝統を守りつつ,煎餅を機械で焼いている.この機械は縦 R (1 ≤ R ≤ 10) 行, 横 C ( 阅读全文
posted @ 2020-01-15 16:33 funforever 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Smallest Difference Given a number of distinct decimal digits, you can form one integer by choosing a non-empty subset of these digits and writing the 阅读全文
posted @ 2020-01-15 16:15 funforever 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 日文原文: 7 パズル 7 パズルは 8 つの正方形のカードとこれらのカードがぴたりと収まる枠で構成されています。それぞれのカードには、互いに区別できるように 0, 1, 2, ..., 7 と番号がつけられています。枠には、縦に 2 個、横に 4 個のカードを並べることができます。 7 パズルを始 阅读全文
posted @ 2020-01-15 15:59 funforever 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 题目: 有n根棍子,棍子i的长度为ai。想要从中选出三根棍子组成周长尽可能长的三角形。请输出最大的周长,若无法组成三角形则输出0。 限制条件 3 ≤ n ≤ 100 1 ≤ ai ≤ 10^6输入 n = 5 a = {2,3,4,5,10} 输出 12(选择3、4、5时) 输入 n = 4 a = 阅读全文
posted @ 2020-01-09 19:45 funforever 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 1018 Public Bike Management (30 分) 作者: CHEN, Yue 单位: 浙江大学 时间限制: 400 ms 内存限制: 64 MB 代码长度限制: 16 KB There is a public bike service in Hangzhou City which 阅读全文
posted @ 2019-11-26 19:25 funforever 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1014 Waiting in Line (30 分) 作者: CHEN, Yue 单位: 浙江大学 时间限制: 400 ms 内存限制: 64 MB 代码长度限制: 16 KB Suppose a bank has N windows open for service. There is a ye 阅读全文
posted @ 2019-11-23 17:48 funforever 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1.洛谷P1111修复公路,忘记了M的大小才是排序的大小,搞成了N去了,虽然通过RE猜到了一丢丢,但是还是拖累了好久,洛谷高性能题是不是都是卡数据,只有减减枝才能过,嘤嘤嘤。 2.洛谷1087FBI树,这道题在递归的时候忘记了二分的规则,mid = (begin + end) / 2, 而不是end 阅读全文
posted @ 2019-10-12 21:17 funforever 阅读(108) 评论(0) 推荐(0) 编辑
摘要: B2. Social Network (hard version) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The on 阅读全文
posted @ 2019-10-02 11:56 funforever 阅读(374) 评论(0) 推荐(0) 编辑
摘要: Complete Binary Search Tree A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of 阅读全文
posted @ 2019-09-26 20:39 funforever 阅读(119) 评论(0) 推荐(0) 编辑