Skip to content

Commit

Permalink
Update polymint.11.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sprdalo committed Jun 12, 2024
1 parent 5c0fc4e commit e4d1797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polynomials/polymint.11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,5 @@ int main() {

auto t = a.poly_exp();

return (t.a != vector<mint>{1,1,3/2,1+1/6});
return (t.a != vector<mint>{1,1,mint(3)/mint(2),mint(7)/mint(6)});
}

0 comments on commit e4d1797

Please sign in to comment.