随笔分类 -  数据结构—ODT

摘要:题意 "题目链接" Sol ODT板子题。 操作1直接拆区间就行。 cpp include define fi first define se second const int MAXN = 2e5 + 10; using namespace std; inline int read() { cha 阅读全文
posted @ 2019-02-09 10:42 自为风月马前卒 阅读(342) 评论(0) 推荐(0)
摘要:题解 题意 "题目链接" Sol ODT板子题..... cpp // luogu judger enable o2 include define LL long long define Fin(x) freopen( x".in", "r", stdin); define Fout(x) freo 阅读全文
posted @ 2019-02-09 10:02 自为风月马前卒 阅读(412) 评论(4) 推荐(0)
摘要:题意 "题目链接" Sol ODT板子题。就是用set维护连续段的大暴力。。 ~~然鹅我抄的板子本题RE提交AC??。。~~ ~~具体来说,用 这个数据测试下面的代码,然后在79行停住,看一下bg和i的值会发生神奇的事情。。~~ 问题已解决,确实是那位博主写错了, 只要把split(l)和split 阅读全文
posted @ 2019-02-09 09:38 自为风月马前卒 阅读(565) 评论(0) 推荐(0)

Contact with me