From e4d179719826c89fdf2495801d331e6387dcf5f4 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 12 Jun 2024 21:20:55 +0200 Subject: [PATCH] Update polymint.11.cpp --- polynomials/polymint.11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polynomials/polymint.11.cpp b/polynomials/polymint.11.cpp index 38ce0c2..5815dac 100644 --- a/polynomials/polymint.11.cpp +++ b/polynomials/polymint.11.cpp @@ -327,5 +327,5 @@ int main() { auto t = a.poly_exp(); - return (t.a != vector{1,1,3/2,1+1/6}); + return (t.a != vector{1,1,mint(3)/mint(2),mint(7)/mint(6)}); }