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 2b0c992 commit f659a7aCopy full SHA for f659a7a
tests/scripts/compile_commented_snippets.sh
@@ -23,7 +23,7 @@ git submodule update
23
echo "vector<mint> rhs;"
24
echo "vector<vector<mint>> 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;"
+ 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;"
27
} >entire_library_without_main
28
29
{
0 commit comments