摘要: 大数相加 阅读全文
posted @ 2018-12-21 10:09 hpu_purzel 阅读(138) 评论(0) 推荐(0)
摘要: 1 #include 2 3 using namespace std; 4 #define MAXSIZE 200000 5 typedef int KeyType; 6 typedef struct { 7 KeyType key; 8 }RedType; 9 typedef struct { 10 RedType r[MAXSIZE + 1]; 11 ... 阅读全文
posted @ 2018-12-04 22:26 hpu_purzel 阅读(303) 评论(0) 推荐(0)
摘要: #include using namespace std; #define MAXSIZE 200000 typedef int KeyType; typedef struct { KeyType key; }RedType; typedef struct { RedType r[MAXSIZE + 1]; int length; }SqList; int Rando... 阅读全文
posted @ 2018-12-04 22:25 hpu_purzel 阅读(195) 评论(0) 推荐(0)
摘要: 1 #include 2 3 using namespace std; 4 #define MAXSIZE 200000 5 typedef int KeyType; 6 typedef struct { 7 KeyType key; 8 }RedType; 9 typedef struct { 10 RedType r[MAXSIZE + 1]; 11 ... 阅读全文
posted @ 2018-12-04 22:25 hpu_purzel 阅读(165) 评论(0) 推荐(0)
摘要: 快排 阅读全文
posted @ 2018-11-29 11:39 hpu_purzel 阅读(166) 评论(0) 推荐(0)
摘要: 简单A+B 阅读全文
posted @ 2018-11-05 12:58 hpu_purzel 阅读(80) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示