2015年8月28日

HDOJ1242(延时迷宫BFS+优先队列)

摘要: Rescue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25485 Accepted Submission(s): 9022 Problem 阅读全文

posted @ 2015-08-28 20:05 vCoders 阅读(150) 评论(0) 推荐(0)

HDOJ1181(简单DFS)(练习使用STL)

摘要: #include#include#include#include#include#includeusing namespace std;const int MAX_N=105;vector words;map vis;queue que;bool dfs(int i,string word){ ... 阅读全文

posted @ 2015-08-28 11:44 vCoders 阅读(299) 评论(0) 推荐(0)

导航