Browse Source

[s8] bug fix & batch step1 - step 9

master
sipp11 10 years ago
parent
commit
38155eed11
  1. 0
      build/__init__.py
  2. 12
      one2nine.sh
  3. 10
      s8.py

0
build/__init__.py

12
one2nine.sh

@ -0,0 +1,12 @@
#!/usr/bin/env bash
mkdir -p build
python s1.py
python s2.py
python s3.py
python s4.py
python s5.py
python s6.py
python s7.py
python s8.py
python s9.py

10
s8.py

@ -10,11 +10,11 @@ import csv
COMPARSION_PAIR = [
(0, 0), (1, 1), (4, 2), (5, 3),
(8, 4), (10, 5), (11, 6), (13, 7),
(15, 8), (16, 9), (17, 10), (19, 11),
(20, 12), (22, 13), (25, 14),
(27, 15), (28, 16), (29, 17), (31, 18),
(2, 5), (3, 6), (6, 7), (7, 8),
(10, 9), (12, 10), (13, 11), (15, 12),
(17, 13), (18, 14), (19, 15), (21, 16),
(22, 17), (24, 18), (27, 19),
(29, 20), (30, 21), (31, 22), (33, 23),
]

Loading…
Cancel
Save