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
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
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
Minimum CutTime Limit: 10000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:291464-bit integer IO format:%lld Java class name:Ma...
分类:
其他好文 时间:
2014-10-02 12:20:22
阅读次数:
121
Pushing BoxesTime Limit: 2000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:147564-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2014-10-02 01:17:21
阅读次数:
243
Full Tank?Time Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:363564-bit integer IO format:%lld Java class name:Main...
分类:
其他好文 时间:
2014-09-30 21:46:20
阅读次数:
228
New Year Bonus GrantTime Limit: 5000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:231564-bit integer IO format:%lld Java class...
分类:
其他好文 时间:
2014-09-29 20:39:52
阅读次数:
288
Matrix MultiplicationTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:231664-bit integer IO format:%lld Java clas...
分类:
其他好文 时间:
2014-09-29 18:37:31
阅读次数:
212
Beautiful PeopleTime Limit: 5000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:231964-bit integer IO format:%lld Java class nam...
分类:
其他好文 时间:
2014-09-28 22:44:35
阅读次数:
240
为了a异或b的和最大,只需另b在不大于n的情况下按位取反即可。这里有两个输出小技巧可以参考:1.在用printf输出__int64时,在windows下使用格式"%I64d",在linux下使用"%lld",在hdu中应使用"%I64d",如果拿不准就是用cout好了。2.在遇到每个数之间有空格,最...
分类:
其他好文 时间:
2014-09-27 12:20:39
阅读次数:
178