We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b980cb3 commit ec50285Copy full SHA for ec50285
tests/scripts/compile_commented_snippets.sh
@@ -9,9 +9,7 @@ git submodule update
9
# @endcode comments in main
10
11
{
12
- echo "#include <bits/stdc++.h>"
13
- echo "using namespace std;"
14
- cat library_checker_aizu_tests/kactl_macros_gcc20.hpp
+ cat library_checker_aizu_tests/template.hpp
15
echo "const ll mod = (119 << 23) + 1, root = 62;"
16
find ../library/ -type f -name "*.hpp" | grep --invert-match --file=.config/.code_snippet_excluded_file_list | sort | sed 's/^/#include "/; s/$/"/' | cpp -std=c17 -nostdinc -C -P | grep --invert-match --extended-regexp "const int mod = |const ll mod = "
17
echo "int main() {"
0 commit comments