We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3687447 commit f4a2f5dCopy full SHA for f4a2f5d
cp-algo/number_theory/two_squares.hpp
@@ -38,7 +38,6 @@ namespace cp_algo::math {
38
for(auto p: primes) {
39
cnt[p]++;
40
}
41
- // 1, -1, i, -i
42
std::vector<gaussint> res = {1};
43
for(auto [p, c]: cnt) {
44
std::vector<gaussint> nres;
0 commit comments