WooKinson

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年3月19日

摘要: 题目描述: 代码如下: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #define MOD 1000000007 5 6 long long a[1001] = {0}; 7 long long b[1001] 阅读全文
posted @ 2019-03-19 23:22 WooKinson 阅读(143) 评论(0) 推荐(0) 编辑

摘要: 题目描述: 代码如下: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #define LEN 200000 5 6 typedef struct node node_t; 7 typedef struct nod 阅读全文
posted @ 2019-03-19 11:03 WooKinson 阅读(135) 评论(0) 推荐(0) 编辑