摘要: Open the LockTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3847Accepted Submission(s): 1661Probl... 阅读全文
posted @ 2014-04-29 16:38 Freecode# 阅读(363) 评论(0) 推荐(0)
摘要: 【广搜模板】#include #include #include #include using namespace std;#define MAXX #define MAXYstruct Node{ int x,y; int step;};int n,m; //边界int dx[4... 阅读全文
posted @ 2014-04-29 11:20 Freecode# 阅读(278) 评论(0) 推荐(0)
摘要: LeyniTime Limit: 3000 MS Memory Limit: 65536 KTotal Submit: 260(59 users) Total Accepted: 80(55 users) Rating: Special Judge: NoDescriptionLeyni被人... 阅读全文
posted @ 2014-04-29 11:06 Freecode# 阅读(388) 评论(0) 推荐(0)