Skip to content

Commit

Permalink
Verify exgcd
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Apr 4, 2024
1 parent ab87be6 commit 87904a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Math.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See CRT section.
Solves $x \equiv r_1 \pmod {m_1}$ and $x \equiv r_2 \pmod {m_2}$.
If no solution, returns false
### Test Status
Passed luogu P4777.
Passed luogu [P4777](https://www.luogu.com.cn/record/154327622).

## DiscreteLog
### Description
Expand Down
4 changes: 2 additions & 2 deletions pdf/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@
verified: 7a28e3a
- name: ax+by=gcd
path: ExtendedGCD.cpp
verified: 23ef28e
verified: ab87be6
- name: Chinese Remainder
path: ChineseRemainder.cpp
verified: fee608d
verified: ab87be6
- name: DiscreteLog
path: DiscreteLog.cpp
verified: 23ef28e
Expand Down

0 comments on commit 87904a3

Please sign in to comment.