# ST: 0
touch ../input/input0.txt
touch ../input/input1.txt
# ST: 2
touch ../input/input2.txt
touch ../input/input3.txt
# ST: 3
touch ../input/input4.txt
touch ../input/input5.txt
touch ../input/input6.txt
# ST: 4
python3 gen.py 3a abc 6 def 4 ghi 2 jkl 1 301 >../input/input7.txt
python3 gen.py 3b abc 6 8 def 4 5 ghi 2 3 jkl 1 2 302 >../input/input8.txt
python3 gen.py 3a a 1 aa 1 ab 2 aaa 1 aab 3 abc 6 303 >../input/input9.txt
python3 gen.py 3b a 1 2 aa 1 2 ab 2 3 aaa 1 2 aab 3 4 abc 6 8 304 >../input/input10.txt
# ST: 7
python3 gen.py 4a 50 abcdefgh  4 10  5 10  6 10  7 10  8 10  401 >../input/input11.txt
python3 gen.py 4b 60 abcdefgh  4 10 12  5 10 12  6 10 12  7 10 12  8 10 12  402 >../input/input12.txt
python3 gen.py 4a 50 aabcdefg  4 10  5 10  6 10  7 10  8 10  403 >../input/input13.txt
python3 gen.py 4b 60 aabcdefg  4 10 12  5 10 12  6 10 12  7 10 12  8 10 12  404 >../input/input14.txt
# ST: 7
python3 gen.py 4a 80 abcdefghijklmnopqrst  5 10  15 10  501 >../input/input15.txt
python3 gen.py 4b 88 abcdefghijklmnopqrst  5 10 11  15 10 11  502 >../input/input16.txt
python3 gen.py 4a 90 aabbccddeeffgghhiijj  5 10  10 10  15 10  503 >../input/input17.txt
python3 gen.py 4b 99 aabbccddeeffgghhiijj  5 10 11  10 10 11  15 10 11  504 >../input/input18.txt
# ST: 7
python3 gen.py 4a 80000 abcdefghijklmnopqrst  5 10  15 10  601 >../input/input19.txt
python3 gen.py 4b 88000 abcdefghijklmnopqrst  5 10 11  15 10 11  602 >../input/input20.txt
python3 gen.py 4a 90000 aabbccddeeffgghhiijj  5 10  10 10  15 10  603 >../input/input21.txt
python3 gen.py 4b 99000 aabbccddeeffgghhiijj  5 10 11  10 10 11  15 10 11  604 >../input/input22.txt
