摘要: 题目链接 在证明了标记的添加必定伴随着标记的删除后,你可以放心地使用或运算更新标记,而不用担心标记的重叠问题 点击查看代码 #include <bits/stdc++.h> using namespace std; struct t1 { long long c,w,f; }t[100005]; b 阅读全文
posted @ 2024-10-22 20:50 D06 阅读(15) 评论(0) 推荐(0)
//雪花飘落效果