摘要: /**水题一道~~ *时间:2012年3月6日21:55:18*作者:张超*Email:uestczhangchao@gmail.com*/#include <algorithm>#include <iostream>#include <map>using namespace std;int path[201];int main(){ int nTestCase = 0; int nT... 阅读全文
posted @ 2012-03-06 21:56 justinzhang 阅读(383) 评论(0) 推荐(0) 编辑
摘要: /**From the art of computer programming:vol 3:Sorting and Searching*时间:2012年3月6日21:02:32*作者:张超*Email:uestczhangchao@gmail.com*/#include <iostream> using namespace std; void Distribution_Counting(int... 阅读全文
posted @ 2012-03-06 21:54 justinzhang 阅读(344) 评论(0) 推荐(0) 编辑