Skip to content

Commit b9938ed

Browse files
committed
fix
1 parent 85efc69 commit b9938ed

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
@@ -18,7 +18,7 @@ git submodule update
1818
cat | grep --invert-match --file=.config/.code_snippet_excluded_file_list | sort | sed 's/^/#include "/; s/$/"/' | cpp -nostdinc -C -P | grep --invert-match --extended-regexp "const int mod = |const ll mod = "
1919
echo "int main() {"
2020
echo "vi a,b,subset;"
21-
echo "vl left,bottom;"
21+
echo "vector<ll> left,bottom;"
2222
echo "vector<pii> edges;"
2323
echo "vector<array<int,2>> eds;"
2424
echo "vector<array<int,3>> w_eds, queries;"

0 commit comments

Comments
 (0)