Commit f953b14e authored by 24OI-bot's avatar 24OI-bot
Browse files

style: format markdown files with remark-lint

parent d7924789
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ void swap(int &a, int &b) {
而对应的位运算也就可以看作是对集合进行的操作。

| 操作  |        集合表示       |     位运算语句    |
| --- | :----------------: | :----------: |
| --- | :---------------: | :----------: |
| 交集  |     $a \cap b$    |    `a & b`   |
| 并集  |     $a \cup b$    |   `a \| b`   |
| 补集  |     $\bar{a}$     |     `~a`     |