OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Thu, 5 Sep 2019 08:40:16 +0000 (04:40 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Thu, 5 Sep 2019 08:40:16 +0000 (04:40 -0400)
docs/math/bignum.md

index 4f90c3c..3625a3f 100644 (file)
@@ -14,9 +14,9 @@
     -    `a` 、 `b` 分别是长度不超过 $1000$ 的十进制非负整数;
     -    `<op>` 是一个字符( `+` 、 `-` 、 `*` 或 `/` ),表示运算。
     -   整数与运算符之间由一个空格分隔。
-    
+
     输出:运算结果。
-    
+
     -   对于 `+` 、 `-` 、 `*` 运算,输出一行表示结果;
     -   对于 `/` 运算,输出两行分别表示商和余数。
     -   保证结果均为非负整数。