08 2016 档案

摘要:memset()函数只是稍稍常数小一些而已,其复杂度任然是O(n)的。这一点需要稍稍注意。 代码 include include include define Mod 1000000007 define maxn 200005 // define mmm 1000000005 using names 阅读全文
posted @ 2016-08-30 22:49 Chen_Xiaoyu 阅读(3478) 评论(1) 推荐(0)
摘要:基本功能 代码 include include include using namespace std; int main(){ freopen("main.in","r",stdin); return 0; } 表格 | Tables | Are | Cool | | |: :| :| | col 阅读全文
posted @ 2016-08-18 21:35 Chen_Xiaoyu 阅读(111) 评论(0) 推荐(0)