We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be057e commit 97e9b4bCopy full SHA for 97e9b4b
tests/scripts/compile_commented_snippets.sh
@@ -23,7 +23,7 @@ git submodule update
23
echo "vi rhs;"
24
echo "vector<vi> mat;"
25
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,num;"
+ 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;"
27
} >entire_library_without_main
28
29
{
0 commit comments