2016年7月15日

C++大数模板

摘要: #include #include #include #include using namespace std; const int MAXN=10005; const int BASE=100000; const int LEN=5;//防止int溢出,最多基数最多设为5位 int max(int a,int b) { if(a>b) return a; ... 阅读全文

posted @ 2016-07-15 20:22 vCoders 阅读(225) 评论(0) 推荐(0) 编辑

HDU1042(N!:设4为基数)

摘要: N! Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 74215 Accepted Submission(s): 21549 Problem 阅读全文

posted @ 2016-07-15 19:22 vCoders 阅读(145) 评论(0) 推荐(0) 编辑

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

摘要: Ignatius and the Princess I Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 16713 Accepted Submis 阅读全文

posted @ 2016-07-15 17:34 vCoders 阅读(224) 评论(0) 推荐(0) 编辑

导航