Scores added
That'll be enough for tonight. Note that we got 213338 with the following runs 1: 8T/10 2: 8T/10 3: T/2 And we would have been 311 instead of 662 with very few modifications
This commit is contained in:
parent
d30396c471
commit
01a7f8405d
2 changed files with 11 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: 1o 2o 3o ../submission.zip
|
||||
|
||||
../submission.zip:
|
||||
zip $@ .git *.py -r
|
||||
../submission.zip: 1o 2o 3o
|
||||
zip $@ .git *o *.py -r
|
||||
|
||||
1o: 1
|
||||
python main.py $<
|
||||
|
|
Reference in a new issue