2025年10月1日
摘要: x+y=(x⊕y)+2⋅(x&y) 阅读全文
posted @ 2025-10-01 21:51 下头小美 阅读(5) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 50005, M=2*N; int h[N], to[M], ne[M], tot; int dep[N],f 阅读全文
posted @ 2025-10-01 21:49 下头小美 阅读(7) 评论(0) 推荐(0)