re: 最大M子段和[未登录] Bill 2012-09-20 10:58
@阿皮
可以看这个链接http://blog.163.com/sentimental_man/blog/static/7300161820119109533172/
比作者的详细很多。
纯建议,不要一次发一堆文章到主页上。可以慢慢发。
@fish
当然不会啊。。追及问题啊,fast每次都比slow多走一步,他们的距离每次都缩小1,一段时间后就会追上了
版主加油~
re: POJ 3322 Bloxorz I bill 2009-02-09 19:11
写的很精悍,膜拜下
template<int i>
struct sum
{
enum{ result=sum<i-1>::result + i; }
}

应该是这样
楼上的方法

template<>
struct sum<1>
{
enum {result = 1 };
}


下面的定义是什么意思啊?
re: ZOJ 1028 - Flip and Shift BILL 2008-07-06 11:37
为什么 2
13
0 0 0 0 1 0 1 0 0 0 0 0 0
也是YES

导航

<2026年6月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

统计

常用链接

留言簿

搜索

最新评论