摘要: 题目链接 题解链接 新学知识(包括“知识总结”“使用模板总结”“其它碎碎念”) 代码: #include<cstdio> const int N=100010,M=N*73,inf=~0U>>1; int Case,n,m,i,j,x,y,w[N],g[N],v[N<<1],nxt[N<<1],ed 阅读全文
posted @ 2021-07-28 14:09 bear_xin 阅读(12) 评论(0) 推荐(0)
摘要: 题目链接 题解链接 P1 题目描述 P2 新学知识 P3 用到的模板 P4 题目思路 P5 代码解析 忍不住说妙啊!的代码 P6 奇怪的感悟们 over 阅读全文
posted @ 2021-07-28 11:23 bear_xin 阅读(10) 评论(0) 推荐(0)
摘要: 迭代器iterator 高效位运算之__builtin_ 阅读全文
posted @ 2021-07-28 10:18 bear_xin 阅读(21) 评论(0) 推荐(0)