We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85efc69 commit b9938edCopy full SHA for b9938ed
tests/scripts/compile_commented_snippets.sh
@@ -18,7 +18,7 @@ git submodule update
18
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 = "
19
echo "int main() {"
20
echo "vi a,b,subset;"
21
- echo "vl left,bottom;"
+ echo "vector<ll> left,bottom;"
22
echo "vector<pii> edges;"
23
echo "vector<array<int,2>> eds;"
24
echo "vector<array<int,3>> w_eds, queries;"
0 commit comments