摘要:
1001 大搬家 Accepts: 866 Submissions: 3804 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Problem Description近期B厂组织了... 阅读全文
摘要:
Nearest Common AncestorsTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 20715Accepted: 10910DescriptionA rooted tree is a well-known data str... 阅读全文
摘要:
用C++实现一个模版函数,模版函数的功能是求一个数组的元素个数。参考代码:#include #include using namespace std;template int NumOfElement(T (&arr)[n]){ return sizeof(arr) / sizeof(T);}... 阅读全文
摘要:
K-th NumberTime Limit: 20000MSMemory Limit: 65536KTotal Submissions: 40920Accepted: 13367Case Time Limit: 2000MSDescriptionYou are working for Macroha... 阅读全文
摘要:
#1152 : Lucky Substrings时间限制:10000ms单点时限:1000ms内存限制:256MB描述A string s is LUCKY if and only if the number of different characters in s is a fibonacci n... 阅读全文
摘要:
写几个大字告诉自己吧!在杭电的oj上面找到了2014年各大赛区的网络赛试题!无论复习到哪里了,也许可以考虑一下是不是来做一下网络赛的题目!不会就补知识点吧!不会就多看一下别人都的解题报告吧!坚持并且热爱下去吧! YSP 阅读全文
摘要:
Surprising StringsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 6193Accepted: 4036DescriptionThe D-pairs of a string of letters are the ord... 阅读全文
摘要:
转载地址:http://blog.csdn.net/thinking2013/article/details/45618605首先当然要献上一些非常好的学习资料:基础博弈的小结:http://blog.csdn.net/acm_cxlove/article/details/7854530经典翻硬币游... 阅读全文
摘要:
#1163 : 博弈游戏·Nim游戏时间限制:10000ms单点时限:1000ms内存限制:256MB描述 今天我们要认识一对新朋友,Alice与Bob。Alice与Bob总是在进行各种各样的比试,今天他们在玩一个取石子的游戏。在这个游戏中,Alice和Bob放置了N堆不同的石子,编号1..N,第i... 阅读全文
摘要:
转载地址:http://www.cnblogs.com/scau20110726/archive/2012/11/18/2776124.html粗略讲讲SPFA算法的原理,SPFA算法是1994年西安交通大学段凡丁提出是一种求单源最短路的算法算法中需要用到的主要变量int n; //表示n个点,从1... 阅读全文