OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Thu, 25 Jul 2019 16:52:27 +0000 (12:52 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Thu, 25 Jul 2019 16:52:27 +0000 (12:52 -0400)
docs/math/min25-sieve.md

index 0b472df..83f6877 100644 (file)
@@ -143,7 +143,8 @@ $$
 易知 $f(p) = p - 1 + 2[p = 2]$ 。则按照筛 $\varphi$ 的方法筛,对 $2$ 讨论一下即可。  
 此处给出一种 C++ 实现:
 
-???+参考代码
+???+ 参考代码
+
     ```cpp
     /* 「LOJ #6053」简单的函数 */
     #include <algorithm>