码迷,mamicode.com
首页 >  
搜索关键字:b. anton and currenc    ( 65个结果
poj 2240 Arbitrage 题解
Arbitrage Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 21300 Accepted: 9079 Description Arbitrage is the use of discrepancies in currenc ...
分类:其他好文   时间:2016-09-30 18:15:59    阅读次数:183
poj2240
Arbitrage Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20021 Accepted: 8497 Description Arbitrage is the use of discrepancies in currenc ...
分类:其他好文   时间:2016-06-29 22:08:53    阅读次数:175
《像一个程序员一样思考》读后感
这学期,我阅读了由斯堡尔(V.Anton Spraul)写的《像程序员一样思考》这本书。事实上由于时间不是很充裕,我只认真的阅读了第一章,后面的章节我大致的浏览了一下。但是,仅仅通过第一章,我觉得这本书已经让我学到了很多的东西。因为这章中的很多东西我之前都没有认真的思考过。从整体上来看,我觉得这本书 ...
分类:其他好文   时间:2016-06-19 15:26:39    阅读次数:154
CodeForces 593B Anton and Lines
计算出每条线段在x1处的y坐标和x2处的y坐标。 就下来只要根据每条线段左右两处的y坐标就可以判断是否有交点。 ...
分类:其他好文   时间:2016-05-07 22:05:51    阅读次数:238
POJ-2240
Arbitrage Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19063 Accepted: 8069 Description Arbitrage is the use of discrepancies in currenc
分类:其他好文   时间:2016-02-13 15:39:30    阅读次数:196
codeforces 593B Anton and Lines
B. Anton and LinesThe teacher gave Anton a large geometry homework, but he didn't do it (as usual) as he participated in a regular round on Codeforces...
分类:其他好文   时间:2015-11-09 20:34:43    阅读次数:311
Codeforces Round #329 (Div. 2)B. Anton and Lines 贪心
B. Anton and LinesThe teacher gave Anton a large geometry homework, but he didn't do it (as usual) as he participated in a regular round on Codeforces...
分类:其他好文   时间:2015-11-05 13:36:39    阅读次数:218
codeforces 584E Anton and Ira [想法题]
题意简述:给定一个$1$到$n(n#include #include using namespace std;const int N=2010;int a[N],pos[N];int ans1[N*N>>1],ans2[N*N>>1];int n,k,ans;int main(){ scanf...
分类:其他好文   时间:2015-10-07 15:56:14    阅读次数:166
C Primer Plus (第五版) 第二章 编程练习
编写一个程序,调用printf()函数在一行上输出您的名和姓,再调用一次printf()函数在两个单独的行上输出您的名和姓,然后调用一对printf()函数在一行上输出您的名和姓。输出应如下所示(当然里面要换成您的姓名):AntonBruckner第一个输出语句Anton第二个输出语句Bruckner仍然..
分类:其他好文   时间:2015-05-18 21:14:52    阅读次数:128
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
65条   上一页 1 ... 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!