摘要:
题目描述: 代码如下: 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] 阅读全文
摘要:
题目描述: 代码如下: 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 阅读全文