We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709fa47 commit 525fcf3Copy full SHA for 525fcf3
tests/scripts/compile_commented_snippets.sh
@@ -25,7 +25,7 @@ git submodule update
25
echo "vi rhs;"
26
echo "vector<vi> mat;"
27
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,lsz,rsz,cols,cap,num,x,y,i,j,i1,i2,j1,j2,len;"
+ 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;"
29
} >entire_library_without_main
30
31
{
0 commit comments