Currency ExchangeTime Limit:1000MSMemory Limit:30000KTotal Submissions:21349Accepted:7653DescriptionSeveral currency exchange points are working in ou...
分类:
其他好文 时间:
2015-03-01 16:59:46
阅读次数:
164
Problem Description
Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency. For example, suppose that 1 US Dollar buys 0.5 British pound, 1 British pound buys 10.0 F...
分类:
编程语言 时间:
2015-02-18 09:37:05
阅读次数:
386
I - Arbitrage
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
SubmitStatus
Description
Arbitrage is the use of discrepancies in currency exchange rates to transf...
分类:
其他好文 时间:
2015-02-11 09:23:17
阅读次数:
220
传送门:http://poj.org/problem?id=1860
题目:
Currency Exchange
Time Limit:1000MS
Memory Limit:30000KB
64bit IO Format:%I64d & %I64u
SubmitStatus
Description
Sev...
分类:
其他好文 时间:
2015-02-11 09:23:11
阅读次数:
156
If you are a fan of Harry Potter, you would know the world of magic has its own currency system -- as Hagrid explained it to Harry, "Seventeen silver ...
分类:
其他好文 时间:
2015-02-04 16:24:31
阅读次数:
240
Coin sums
Problem 31
In England the currency is made up of pound, £, and pence, p, and there are eight coins in general circulation:
1p, 2p, 5p, 10p, 20p, 50p, £1 (100p) and £2 (200p).
It ...
分类:
编程语言 时间:
2015-02-04 09:34:29
阅读次数:
194
Currency Exchange
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 21122
Accepted: 7572
Description
Several currency exchange points are working in our city. ...
分类:
其他好文 时间:
2015-01-30 22:47:45
阅读次数:
191
题意:给一个长度不超过100000的奇数,要求交换任意两位上的数字,使它成为一个最大的偶数。
思路:字符串读入,记录下最后一位数上的奇数a,从前往后扫,找到第一个比a小的偶数,将它和a交换就是结果,若没有找到比a小的偶数,就将a和最后一个偶数交换。...
分类:
其他好文 时间:
2015-01-28 14:43:47
阅读次数:
152
B. Anton and currency you all know...
分类:
其他好文 时间:
2015-01-28 14:40:00
阅读次数:
182
A - Pasha and Pixels
Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d
& %I64u
Submit Status
Appoint description:
System Crawler (2015-01-28)
Description
Pas...
分类:
其他好文 时间:
2015-01-28 11:11:34
阅读次数:
281