Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn committed Oct 7, 2024
1 parent 3687447 commit f4a2f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cp-algo/number_theory/two_squares.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace cp_algo::math {
for(auto p: primes) {
cnt[p]++;
}
// 1, -1, i, -i
std::vector<gaussint> res = {1};
for(auto [p, c]: cnt) {
std::vector<gaussint> nres;
Expand Down

0 comments on commit f4a2f5d

Please sign in to comment.