帮忙解释一下这个表示什么意思
struct stor
{
int start,punish,pre,now;
}b[1<<16];
这个定义的结构体中b[1<<16]表示什么意思?
{
int start,punish,pre,now;
}b[1<<16];
2013-07-26 20:41
2013-07-26 21:07
2013-07-26 21:38
2013-07-26 22:19
2013-07-26 22:44