码迷,mamicode.com
首页 >  
搜索关键字:currency    ( 352个结果
Arbitrage(最短路问题)
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
POJ 1860 Currency Exchange [bellman_ford]
传送门: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
PAT1058. A+B in Hogwarts
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
欧拉计划(python) problem 31
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
POJ1860---Currency Exchange
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
Codeforces Round #288 (Div. 2) B. Anton and currency you all know
题意:给一个长度不超过100000的奇数,要求交换任意两位上的数字,使它成为一个最大的偶数。 思路:字符串读入,记录下最后一位数上的奇数a,从前往后扫,找到第一个比a小的偶数,将它和a交换就是结果,若没有找到比a小的偶数,就将a和最后一个偶数交换。...
分类:其他好文   时间:2015-01-28 14:43:47    阅读次数:152
B. Anton and currency you all know
B. Anton and currency you all know...
分类:其他好文   时间:2015-01-28 14:40:00    阅读次数:182
codeforces--A - Pasha and Pixels--B - Anton and currency you all know
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
POJ 2240 Bellman_Ford
Arbitrage Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16429 Accepted: 6909 Description Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a ...
分类:其他好文   时间:2015-01-26 17:09:50    阅读次数:184
POJ 1860 Currency Exchange
/**POJ 1860 Currency Exchange*判断回路是否能使初始值增长*/#include #include #include using namespace std;#define INF 0x3f3f3f3f#define MAXN 600struct ArcNode { int...
分类:其他好文   时间:2015-01-26 08:46:46    阅读次数:238
352条   上一页 1 ... 28 29 30 31 32 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!