OSDN Git Service

Update bignum.md
authorCaoBowen <42204218+CBW2007@users.noreply.github.com>
Fri, 13 Sep 2019 05:24:05 +0000 (13:24 +0800)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 05:24:05 +0000 (13:24 +0800)
docs/math/bignum.md

index 3312e63..81ec4b1 100644 (file)
@@ -10,7 +10,7 @@
 
 ???+ note "任务"
     输入:一个形如 `a <op> b` 的表达式。
-
+    
     -    `a` 、 `b` 分别是长度不超过 $1000$ 的十进制非负整数;
     -    `<op>` 是一个字符( `+` 、 `-` 、 `*` 或 `/` ),表示运算。
     -   整数与运算符之间由一个空格分隔。