OSDN Git Service

Update inverse.md - Change two links
authorPhemon <i@phemon.me>
Mon, 21 Oct 2019 12:19:40 +0000 (20:19 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 12:19:40 +0000 (20:19 +0800)
Change a wrong link from LOJ 152 to LOJ 161 and change a link from Luogu P3811 to LOJ 110.

docs/math/inverse.md

index 0e61f65..484fb1c 100644 (file)
@@ -116,9 +116,9 @@ for (int i = 1; i <= n; ++i) inv[i] = sv[i] * s[i - 1] % p;
 
 ## 逆元练习题
 
- [【模板】乘法逆元](https://www.luogu.org/problemnew/show/P3811
+ [乘法逆元](https://loj.ac/problem/110
 
- [乘法逆元 2](https://loj.ac/problem/152
+ [乘法逆元 2](https://loj.ac/problem/161
 
  [「NOIP2012」同余方程](https://loj.ac/problem/2605)