Skip to content

Commit 9a58924

Browse files
committed
add pri var
1 parent b8a9364 commit 9a58924

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/scripts/compile_commented_snippets.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ git submodule update
1212

1313
{
1414
echo "#include <bits/stdc++.h>"
15+
echo "#include <cassert>"
1516
echo "using namespace std;"
1617
cat library_checker_aizu_tests/kactl_macros.hpp
1718
echo "const ll mod = (119 << 23) + 1, root = 62;"
@@ -25,7 +26,7 @@ git submodule update
2526
echo "vi rhs;"
2627
echo "vector<vi> mat;"
2728
echo "vector<vector<bool>> grid;"
28-
echo "int n,m,k,tl,tr,l,r,l1,r1,l2,r2,s_l,s_r,root_l,root_r,source,sink,total_flow,bccid,u,v,w,lsz,rsz,cols,cap,num,x,y,i,j,i1,i2,j1,j2,len,sum;"
29+
echo "int n,m,k,tl,tr,l,r,l1,r1,l2,r2,s_l,s_r,root_l,root_r,source,sink,total_flow,bccid,u,v,w,lsz,rsz,cols,cap,num,x,y,i,j,i1,i2,j1,j2,len,sum,pri;"
2930
} >entire_library_without_main
3031

3132
{

0 commit comments

Comments
 (0)