Skip to content

Commit b2c82fc

Browse files
authored
Update Readme.md
1 parent a3bc39a commit b2c82fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Template/Inverse_Element/Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CF中经常会要求这样输出结果:
22
```
3-
Let this probability be represented as an irreducible fraction x/y. You have to print x⋅y^−1 mod 998244353, where y^−1 is the inverse element of y modulo 998244353 (such integer that y⋅y−1 has remainder 1 modulo 998244353).
3+
Let this probability be represented as an irreducible fraction x/y.
4+
You have to print x⋅y^−1 mod 998244353, where y^−1 is the inverse element of y modulo 998244353 (such integer that y⋅y−1 has remainder 1 modulo 998244353).
45
```
56

67
这里的inverse element并不是指的倒数,而是逆元。y的逆元写作y^-1,

0 commit comments

Comments
 (0)