码迷,mamicode.com
首页 >  
搜索关键字:japan    ( 171个结果
Sicily 1389. Linear Pachinko
1389. Linear Pachinko Constraints Time Limit: 1 secs, Memory Limit: 32 MB Description This problem is inspired by Pachinko, a popular game in Japan. A traditional Pachinko machine is...
分类:其他好文   时间:2015-03-29 13:44:32    阅读次数:124
POJ 3067 Japan
题意: 东海岸有x个城市,西海岸有y个。x与y 之间有很多高速公路。问k条路有多少个交叉点。 我就是求的逆序对,把east当作 pos 按照从大到小排序。然后插入。接下来的就跟求逆序对的一样了。 线段树或者数状数组都能过。 注意最后要用long long。 (午夜一发,写完吃个面包睡觉。 #include #include #include #include #include #in...
分类:其他好文   时间:2015-02-17 02:07:41    阅读次数:218
HHKB pro2 type s入手纪念~
着实让我激动了两三天~~前段时间从Japan直邮了一把HHKB Pro2 type s,圆了两年的梦~这可是RMS的御用键盘啊~ 这把键盘的ctrl刚好就在大小写锁的位置,而且delete键小拇指直接就能按到,特别有效率 真是UNIX程序员的一大杀器...
分类:其他好文   时间:2015-01-25 18:16:01    阅读次数:220
HDU 1540 Tunnel Warfare(线段树单点更新+区间合并)
Problem Description During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels ...
分类:其他好文   时间:2015-01-17 15:14:49    阅读次数:259
POJ 3067 Japan (树状数组)
题目地址:POJ 3067 按x为第一关键字从小到大排序,再按y为第二关键字从小到大排序,然后用y来建立树状数组,每次找比y大的就是每次更新的交点数。 代码如下: #include #include #include #include #include #include #include #include #include using namespace std; #def...
分类:编程语言   时间:2015-01-01 11:18:05    阅读次数:257
【 地图系列 】 世界地图和主要国家的 JSON 文件
花了点时间整理了世界地图和各主要国家的 JSON 地图文件,以备将来使用。世界地图: world.json美洲:美国:USA.json加拿大:Canada.json巴西:Brazil.json大洋洲:澳大利亚:Australia.json新西兰:NewZealand.json亚洲:印度:India.json日本:Japan.json俄罗斯:Russia.json新加坡:Singapore.json...
分类:Web程序   时间:2014-12-09 17:55:20    阅读次数:241
POJ3067(JAPAN)
DescriptionJapan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the ...
分类:其他好文   时间:2014-12-05 21:10:41    阅读次数:160
POJ_3067 Japan[ 逆序数 树状数组 or 归并排序)
传送门:POJ_3067 题目:n,m,k;左右两列数,数的范围分别1-n,1-m,然给k个连线。 Sample Input 1 3 4 4 1 4 2 3 3 2 3 1 Sample Output Test case 1: 5 思路:逆序数 代码: //树状数组版 //块状数组 #include #include #include #include ...
分类:编程语言   时间:2014-12-04 17:57:44    阅读次数:272
linux解压缩命令
按照格式进行讲解: zip文件压缩: 格式:  zip  压缩文件名  源文件 example:       topwqp:japan wangqiupeng$ ls cangls topwqp:japan wangqiupeng$ zip  cangls.zip cangls   adding: cangls/ (stored 0%) topwqp:japan wangqiupe...
分类:系统相关   时间:2014-11-29 07:07:54    阅读次数:375
hdoj 5074
Problem DescriptionHatsune Miku is a popular virtual singer. It is very popular in both Japan and China. Basically it is a computer software that allo...
分类:其他好文   时间:2014-10-28 21:17:37    阅读次数:243
171条   上一页 1 ... 13 14 15 16 17 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!