File indexing completed on 2023-05-28 05:10:58 UTC
view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001 for i in {1..99}
0002 do
0003 testpushpop 0 "*" $i
0004 testpushpop 0 "3[* *]" $i
0005 testpushpop 0 "* 2[* 2[*] *]" $i
0006 testpushpop 0 "* * (* *) * *" $i
0007 testpushpop 0 "* * 2[* * * *] * *" $i
0008 testpushpop 0 "* * 2[* * (* * * *) *] * *" $i
0009 testpushpop 0 "* * 2[* * 3[*] *] * *" $i
0010 testpushpop 0 "* * 2[* (* 3[*] *) * (3[((*)*)*]) * * *] *" $i
0011 testpushpop 0 "* (*) * L(* *) *" $i
0012 testpushpop 0 "* L(* (* L((*) *) *) *) *" $i
0013 testpushpop 0 "* 3[* L(* *) *] *" $i
0014 testpushpop 0 "* (* 2[* 3[* L(* *) *] *] *) (*) *" $i
0015 testpushpop 0 "* 3[2[(*) *] (* *) *] *" $i
0016 testpushpop 0 "* 3[(* *) * 2[(*) *]] *" $i
0017 testpushpop 0 "* (((*) *) * (* (*))) *" $i
0018 testpushpop 0 "* (2[((*) *)] 3[* (* (*))]) *" $i
0019 done