摘要: Eddy's research IITime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2706Accepted Submission(s): 985Problem DescriptionAs is known, Ackermann function plays an important role in the sphere of theoretical computer science. However, in the other han 阅读全文
posted @ 2013-12-23 21:34 龚细军 阅读(233) 评论(0) 推荐(0)
摘要: Color the ballTime Limit: 9000/3000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6787Accepted Submission(s): 3549Problem DescriptionN个气球排成一排,从左到右依次编号为1,2,3....N.每次给定2个整数a b(a 3 #include 4 #include 5 #define maxn 100004 6 int ss[maxn],n; 7 int lowbit(int x) 8 { 9 ... 阅读全文
posted @ 2013-12-23 15:01 龚细军 阅读(228) 评论(0) 推荐(0)