We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea67d0 commit d1780c2Copy full SHA for d1780c2
tests/scripts/compile_commented_snippets.sh
@@ -11,8 +11,6 @@ git submodule update
11
{
12
echo "#include <bits/stdc++.h>"
13
echo "using namespace std;"
14
- echo "#include <tr2/dynamic_bitset>"
15
- echo "using namespace tr2;"
16
cat library_checker_aizu_tests/kactl_macros.hpp
17
echo "const ll mod = (119 << 23) + 1, root = 62;"
18
find ../library/ -type f -name "*.hpp" | 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 = "
0 commit comments