Try Again
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1058 Problem Description A number whose only prime factors are 2,3,5 or 7 is called a humble number. The seq 阅读全文
posted @ 2017-03-22 13:42 十年换你一句好久不见 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 放苹果 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。Input 第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 Output 对输入的每组 阅读全文
posted @ 2017-03-19 12:02 十年换你一句好久不见 阅读(213) 评论(0) 推荐(0) 编辑
摘要: A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacen 阅读全文
posted @ 2017-03-19 10:52 十年换你一句好久不见 阅读(139) 评论(0) 推荐(0) 编辑
摘要: You will be given a string which only contains ‘1’; You can merge two adjacent ‘1’ to be ‘2’, or leave the ‘1’ there. Surly, you may get many differen 阅读全文
posted @ 2017-03-18 21:53 十年换你一句好久不见 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 题目描述 八皇后问题 是一个古老而著名的问题,是回溯算法的典型案例。 该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出的,在8*8格的国际象棋上摆放八个皇后;使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上; 问有多少种摆法, 输出所有可能的解? #include<iostr 阅读全文
posted @ 2017-03-18 16:04 十年换你一句好久不见 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Zhazhahe究竟有多二 Description Zhazhahe竟然能二到把耳机扔到洗衣机里去洗,真的是二到了一种程度,现在我们需要判断一下zhazhahe二的程度(就是计算zhazhahe的脑残值有几个2的因子),下面给你一个n,n!表示zhazhahe的脑残值。 Zhazhahe竟然能二到把 阅读全文
posted @ 2017-03-14 13:03 十年换你一句好久不见 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Description 众所周知,pigofzhou有许多妹子。有一天,pigofzhou得到了一根巧克力棒,他想把这根巧克力棒分给他的妹子们。具体地,这根巧克力棒长为 n,他想将这根巧克力棒折成 n 段长为 1 的巧克力棒,然后分给妹子们。 但是他妹子之一中的 15zhazhahe 有强迫症。若它 阅读全文
posted @ 2017-03-13 22:09 十年换你一句好久不见 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 描述 有一个非常大的村子,叫做喵哈哈村,一开始他们都互相不认识,但是渐渐地,他们就会相互来往,所以就会有以下问题的产生: 1 x y,x家与y家成为朋友 2 x y,提问x家和y家是否为朋友,间接成为朋友也算。 有一个非常大的村子,叫做喵哈哈村,一开始他们都互相不认识,但是渐渐地,他们就会相互来往, 阅读全文
posted @ 2017-03-13 13:07 十年换你一句好久不见 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Andy's First Dictionary Andy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words t 阅读全文
posted @ 2017-03-12 13:42 十年换你一句好久不见 阅读(186) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/problemset/problem/670/D2 http://codeforces.com/problemset/problem/670/D1 time limit per test 1 second time limit per test memor 阅读全文
posted @ 2017-03-12 13:17 十年换你一句好久不见 阅读(391) 评论(0) 推荐(0) 编辑