方格取数Time Limit: 1000msMemory Limit: 65535KBThis problem will be judged onHRBUST. Original ID:121464-bit integer IO format:%lld Java class name:Main设有N...
分类:
其他好文 时间:
2014-09-16 00:18:09
阅读次数:
252
方格取数(2)Time Limit: 5000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:156964-bit integer IO format:%I64d Java class name:Main给你...
分类:
其他好文 时间:
2014-09-16 00:09:09
阅读次数:
305
每个数想要得到最大的异或值,就肯定是在二进制上是互补的,所以暴力找出互补的数。
#include
#include
#include
#include
#include
#include
#define LL long long
using namespace std;
int a[110000];
int n;
int link[110000];
int bit(int n)
{
...
分类:
其他好文 时间:
2014-09-15 17:45:49
阅读次数:
197
2.数据类型 基本类型: 整型: byte字节型 8位(bit) -2^7~2^7-1(-128~127) 0000 0000 short短整型 16位 -2^15~2^15-1(-32768~32767) int整型 32位 -2^31~2^31-1 (大约为21亿) long长整型 64位 -2...
分类:
编程语言 时间:
2014-09-15 00:54:27
阅读次数:
291
The Bonus Salary!Time Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:376264-bit integer IO format:%lld Java class na...
分类:
其他好文 时间:
2014-09-14 23:29:47
阅读次数:
379
Kaka's Matrix TravelsTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:342264-bit integer IO format:%lld Java clas...
分类:
其他好文 时间:
2014-09-14 20:39:27
阅读次数:
242
题目:
The gray code is a binary numeral system where two successive values differ in only one bit.
Given a non-negative integer n representing the total number of bits in the code, print the...
分类:
其他好文 时间:
2014-09-14 11:22:47
阅读次数:
181
Bone Collector IITime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:263964-bit integer IO format:%I64d Java class n...
分类:
其他好文 时间:
2014-09-13 22:45:36
阅读次数:
211
Minimum CostTime Limit: 4000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:251664-bit integer IO format:%lld Java class name:Ma...
分类:
其他好文 时间:
2014-09-13 21:20:15
阅读次数:
275