We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b1dbc commit 7f857c9Copy full SHA for 7f857c9
tests/scripts/compile_commented_snippets.sh
@@ -21,7 +21,7 @@ git submodule update
21
echo "vl left,bottom;"
22
echo "vector<pii> edges;"
23
echo "vector<array<int,2>> eds;"
24
- echo "vector<array<int,3>> w_eds;"
+ echo "vector<array<int,3>> w_eds, queries;"
25
echo "vector<mint> rhs;"
26
echo "vector<vector<mint>> mat;"
27
echo "vector<vector<bool>> grid;"
0 commit comments