随笔分类 -  practice-数据结构

摘要:1 #include<bits/stdc++.h> 2 using namespace std; 3 #define FOR(i,n,m) for(int i=n;i<=m;i++) 4 //#define gc getchar() 5 inline int read();static char b 阅读全文
posted @ 2021-09-18 15:25 universeplayer 阅读(44) 评论(0) 推荐(0)
摘要:luogu P1886 滑动窗口 https://www.luogu.org/problemnew/show/P1886 阅读全文
posted @ 2019-04-20 20:27 universeplayer 阅读(147) 评论(0) 推荐(0)
摘要:现将输入排序,把merge排在前面 ,避免冗余计算 阅读全文
posted @ 2019-03-15 13:02 universeplayer 阅读(236) 评论(0) 推荐(0)