Skip to content

Commit 7a2d22c

Browse files
committed
Fix warning
1 parent b00e94f commit 7a2d22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify/math/chromatic_poly.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void solve() {
4949
cp_algo::big_vector<base> X(n+1);
5050
std::ranges::iota(X, 0);
5151
auto res = polyn::inter(X, Y);
52-
res.print(n+1);
52+
res.print((int)n+1);
5353
}
5454

5555
signed main() {

0 commit comments

Comments
 (0)