摘要:
阅读全文
posted @ 2017-07-24 21:13
congmingyige
阅读(269)
评论(0)
推荐(0)
摘要:
初始i=s 每次:i=(i-1) & s 直到i=0 etc.11000100000100000000 10000=10001 & 1100001000=01111 & 1100000000=00111 & 11000 etc.111101110011010110001011010100100101 阅读全文
posted @ 2017-07-24 20:48
congmingyige
阅读(216)
评论(0)
推荐(0)
摘要:
每两组数据之间空一行: long count=-1; while (xx) { count=count+1; if (count) printf("\n"); } bool vis=false; while (xx) { if (vis) printf("\n"); vis=true; } 阅读全文
posted @ 2017-07-24 19:18
congmingyige
阅读(355)
评论(0)
推荐(0)
摘要:
usaco:数据,有www.nocow.cn辅助,强烈推荐 codeforces:数据+程序,强烈推荐 metocode:数据 洛谷:程序(如果他人分享) Virtual Judge:结合了很多网站的题目,程序(如果他人分享),推荐 阅读全文
posted @ 2017-07-24 17:31
congmingyige
阅读(233)
评论(0)
推荐(0)

浙公网安备 33010602011771号