摘要:
理论知识 偏序集 若集合 \(S\) 和其上的一个二元关系 \(\preceq\) 满足性质: 自反性:\(\forall a \in S, a \preceq a\) 反对称性:\(\forall a, b \in S, a \preceq b \land b \preceq a \Rightar 阅读全文
摘要:
代码 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; typedef unsigned int ui; #define rep(i, l, r) fo 阅读全文