Peaceful CommissionTime Limit: 5000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:181464-bit integer IO format:%I64d Java class...
分类:
其他好文 时间:
2014-10-04 00:08:05
阅读次数:
339
Bomb GameTime Limit: 3000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:362264-bit integer IO format:%I64d Java class name:Main...
分类:
其他好文 时间:
2014-10-03 23:09:25
阅读次数:
232
TravellingTime Limit: 3000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:300164-bit integer IO format:%I64d Java class name:Mai...
分类:
其他好文 时间:
2014-10-03 16:41:24
阅读次数:
299
Hie with the PieTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:331164-bit integer IO format:%lld Java class nam...
分类:
其他好文 时间:
2014-10-03 12:32:54
阅读次数:
169
Corn FieldsTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:325464-bit integer IO format:%lld Java class name:Mai...
分类:
其他好文 时间:
2014-10-03 11:37:24
阅读次数:
184
1531: [POI2005]Bank notesTime Limit:5 SecMemory Limit:64 MBSubmit:229Solved:119[Submit][Status]DescriptionByteotian Bit Bank (BBB) 拥有一套先进的货币系统,这个系统一共有...
分类:
其他好文 时间:
2014-10-03 03:07:03
阅读次数:
214
CornfieldsTime Limit: 1000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:201964-bit integer IO format:%lld Java class name:Main...
分类:
其他好文 时间:
2014-10-02 22:35:43
阅读次数:
252
Going from u to v or from v to u?Time Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:276264-bit integer IO format:%l...
分类:
其他好文 时间:
2014-10-02 17:34:23
阅读次数:
160
Shoot the BulletTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:322964-bit integer IO format:%lld Java class nam...
分类:
其他好文 时间:
2014-10-02 17:01:13
阅读次数:
269
在C语言中要对一个整数的某一个位进行操作需要用到很多的技巧。这种情况在C++里面通过标准库提供的一个抽象数据类型bitset得到了改善。一、标准库bitset类型1、bitset的作用 bitset可以看成bit的集合,可以单独的访问集合中的某一位,访问的结果可以作为逻辑的判断的条件。使用bi...
分类:
编程语言 时间:
2014-10-02 12:40:32
阅读次数:
272