OSDN Git Service

:ok_hand: Update docs/topic/problemsetting.md
authorouuan <y___o___u@126.com>
Fri, 6 Sep 2019 03:33:47 +0000 (11:33 +0800)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 03:33:47 +0000 (11:33 +0800)
Co-Authored-By: abc1763613206 <abc1763613206@163.com>
docs/topic/problemsetting.md

index d623f6f..4f3d241 100644 (file)
@@ -302,7 +302,7 @@ for (int i = 1; i <= n; ++i) {
 
 去重后质因数个数尽量多:最小的若干个质数相乘。
 
-约数尽量多: <http://oeis.org/A002182> 
+约数尽量多:可以参考 OEIS 上的 [A002182](http://oeis.org/A002182) 数列
 
 #### 树上问题