Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maspypy committed Sep 15, 2023
1 parent 6c00796 commit 18facdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion math/gcd_of_gaussian_integers/checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ int main(int argc, char* argv[]) {
if (!ok) { quitf(_wa, "wa, gcd is not correct"); }
}
quitf(_ok, "OK");

return 0;
}
2 changes: 1 addition & 1 deletion math/gcd_of_gaussian_integers/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@{lang.en}
In this problem, $i$ represents the imaginary unit.

Given Gaussian integers $a_1+b_1i$ and $a_2+b_2i, find one of their greatest common divisors.
Given Gaussian integers $a_1+b_1i$ and $a_2+b_2i$, find one of their greatest common divisors.

Please refer to the following definitions for Gaussian integers and their greatest common divisors:

Expand Down

0 comments on commit 18facdb

Please sign in to comment.