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

style: format markdown files with remark-lint

parent c408bf2e
Loading
Loading
Loading
Loading
+17 −18
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ command < input > output
支持的格式字符有:

| 格式字符 | 对应格式          |
| -------- | -------- |
| ---- | ------------- |
| d    | 按十进制格式显示变量    |
| x    | 按十六进制格式显示变量   |
| a    | 按十六进制格式显示变量   |
@@ -118,7 +118,6 @@ command < input > output
| u    | 按十进制格式显示无符号整型 |
| o    | 按八进制格式显示变量    |


## 参考资料与注释

- 刘汝佳《算法竞赛入门经典(第 2 版)》附录 A 开发环境与方法