1002 fire net 二维数组+简单搜索 搜索 1003 Numerical Summation of a Series 求最大公因子 math 1004 Anagrams by Stack 给出输入序列和若干输出序列,求栈的处理过程 stack 1005 JUGS 给两杯子,倒出n升水的最少步骤 搜索 1006 Do the Untwist 字符可加密成数字,指定数字可再加密。给出密文求原文 1007 Numerical Summation of a Series 求一公式的累加(浮
贪心 贪心John is going on a fishing trip. He has h hours available (1 <= h <= 16), and there are n lakes in the area (2 <= n <= 25) all reachable along a single, one-way road. John starts at lake 1, but he can finish at any lake he wants. He
删数问题 算法分析 ACM 贪心算法 Descr iption 对于一个有 n 个数字的正整数 a, 去掉其中任意 k (≤ n) 个数字后, 剩下的数字按原次序排列组成一个新的正整数. 本题对于给定的正整数 a, 请计算删去 k 个数字后得到的最小数. Input 有多个测试用例. 每个测试用例的第一行是一个正整数 a, 第二行是正整数 k, 表示要从 a 中删除 k 个数字. 输入直到没有数据为止. Output 对于每个测试用例, 在一行上输出得到的最小数. Sample Input 1