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 b00e94f commit 7a2d22cCopy full SHA for 7a2d22c
verify/math/chromatic_poly.test.cpp
@@ -49,7 +49,7 @@ void solve() {
49
cp_algo::big_vector<base> X(n+1);
50
std::ranges::iota(X, 0);
51
auto res = polyn::inter(X, Y);
52
- res.print(n+1);
+ res.print((int)n+1);
53
}
54
55
signed main() {
0 commit comments