虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

accepted

  • 词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 accepted:603 Description 你旅游到了一个国

    词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 accepted:603 Description 你旅游到了一个国外的城市。那里的人们说的外国语言你不能理解。不过幸运的是,你有一本词典可以帮助你。 Input 首先输入一个词典,词典中包含不超过100000个词条,每个词条占据一行。每一个词条包括一个英文单词和一个外语单词,两个单词之间用一个空格隔开。而且在词典中不会有某个外语单词出现超过两次。词典之后是一个空行,然后给出一个由外语单词组成的文档,文档不超过100000行,而且每行只包括一个外语单词。输入中出现单词只包括小写字母,而且长度不会超过10。 Output 在输出中,你需要把输入文档翻译成英文,每行输出一个英文单词。如果某个外语单词不在词典中,就把这个单词翻译成“eh”。 Sample Input dog ogday cat atcay pig igpay froot ootfray loops oopslay atcay ittenkay oopslay Sample Output cat eh loops Hint 输入比较大,推荐使用C语言的I / O函数。

    标签: Limit Description accepted 65536K

    上传时间: 2016-02-22

    上传用户:fandeshun

  • Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 accepted:437 Language

    Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 accepted:437 Language: not limited Description N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,TK, 则他们的身高满足T1 < T2 < ...< Ti > Ti+1 > … >TK(1<=i<=K)。 你的任务是,已知所有N位同学的身高,计算最少需要几位同学出列,可以使得剩下的同学排成合唱队形。 Input 输入包含若干个测试用例。 对于每个测试用例,输入第一行是一个整数N(2<=N<=100),表示同学的总数。第二行有N个整数,用空格分隔,第i个整数Ti(130<=Ti<=230)是第i位同学的身高(厘米)。当输入同学总数N为0时表示输入结束。 Output 对于每个测试案例,输出包括一行,这一行只包含一个整数,就是最少需要几位同学出列。 Sample Input 8 186 186 150 200 160 130 197 220 3 150 130 140 0 Sample Output 4 1

    标签: Limit accepted Language Problem

    上传时间: 2014-01-13

    上传用户:aappkkee

  • Problem F:汽车加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 accepted:404 Language

    Problem F:汽车加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 accepted:404 Language: not limited Description 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。 编程任务: 对于给定的n和k(k <= 10000)个加油站位置,编程计算最少加油次数。 Input 第一行有2 个正整数n和k,表示汽车加满油后可行驶n公里,且旅途中有k个加油站。接下来的1 行中,有k+1 个整数,表示第k个加油站与第 k-1 个加油站之间的距离。第0 个加油站表示出发地,汽车已加满油。第k+1 个加油站表示目的地。 Output 输出最少加油次数。如果无法到达目的地,则输出”No Solution”。 Sample Input 7 7 1 2 3 4 5 1 6 6 Sample Output 4

    标签: Limit accepted Language Problem

    上传时间: 2016-04-12

    上传用户:youth25

  • Problem A:放苹果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 accepted:441 Language:

    Problem A:放苹果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 accepted:441 Language: not limited Description 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 Input 第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 Output 对输入的每组数据M和N,用一行输出相应的K。 Sample Input 1 7 3 Sample Output 8

    标签: Limit accepted Language Problem

    上传时间: 2016-11-30

    上传用户:leixinzhuo

  • The purpose of the design pattern dictionary is to serve as reference point for commonly accepted s

    The purpose of the design pattern dictionary is to serve as reference point for commonly accepted software design patterns and idioms. It contains structured summaries of some 30 design patterns and idioms, commonly used in object oriented programming

    标签: dictionary reference accepted commonly

    上传时间: 2013-12-21

    上传用户:leixinzhuo

  • UVA accepted solutions for selected questions

    UVA accepted solutions for selected questions

    标签: solutions questions accepted selected

    上传时间: 2014-01-12

    上传用户:zm7516678

  • UVa ACM 10944 accepted Code

    UVa ACM 10944 accepted Code

    标签: accepted 10944 Code UVa

    上传时间: 2013-12-20

    上传用户:BOBOniu

  • UVa ACM 10944 accepted Code

    UVa ACM 10944 accepted Code

    标签: accepted 10944 Code UVa

    上传时间: 2014-01-04

    上传用户:zhuoying119

  • UVa ACM 10068 accepted Code

    UVa ACM 10068 accepted Code

    标签: accepted 10068 Code UVa

    上传时间: 2017-08-18

    上传用户:hongmo

  • UVa ACM 10818 accepted Code

    UVa ACM 10818 accepted Code

    标签: accepted 10818 Code UVa

    上传时间: 2014-01-17

    上传用户:windwolf2000