Skip to content

Commit 7f857c9

Browse files
committed
a fix
1 parent b9b1dbc commit 7f857c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/compile_commented_snippets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git submodule update
2121
echo "vl left,bottom;"
2222
echo "vector<pii> edges;"
2323
echo "vector<array<int,2>> eds;"
24-
echo "vector<array<int,3>> w_eds;"
24+
echo "vector<array<int,3>> w_eds, queries;"
2525
echo "vector<mint> rhs;"
2626
echo "vector<vector<mint>> mat;"
2727
echo "vector<vector<bool>> grid;"

0 commit comments

Comments
 (0)