Skip to content

Commit f4a2f5d

Browse files
committed
Update
1 parent 3687447 commit f4a2f5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cp-algo/number_theory/two_squares.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ namespace cp_algo::math {
3838
for(auto p: primes) {
3939
cnt[p]++;
4040
}
41-
// 1, -1, i, -i
4241
std::vector<gaussint> res = {1};
4342
for(auto [p, c]: cnt) {
4443
std::vector<gaussint> nres;

0 commit comments

Comments
 (0)