Skip to content

Commit f659a7a

Browse files
committed
fix
1 parent 2b0c992 commit f659a7a

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
@@ -23,7 +23,7 @@ git submodule update
2323
echo "vector<mint> rhs;"
2424
echo "vector<vector<mint>> mat;"
2525
echo "vector<vector<bool>> grid;"
26-
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,lsz,rsz,cols,cap;"
26+
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,lsz,rsz,cols,cap,num;"
2727
} >entire_library_without_main
2828

2929
{

0 commit comments

Comments
 (0)