该文被密码保护。 阅读全文
posted @ 2017-08-04 21:01 GGBeng 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1 /* 数组存储 */ 2 /* 预处理 */ 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 const int maxn = 2e5+10; 9 int arr[maxn]; //存... 阅读全文
posted @ 2017-08-04 01:14 GGBeng 阅读(153) 评论(0) 推荐(0) 编辑