Merge branch 'master' of github.com:GeoffreyFrogeye/hashcode2016
This commit is contained in:
commit
8a58caa99e
1 changed files with 7 additions and 0 deletions
7
main.py
7
main.py
|
@ -184,3 +184,10 @@ def end():
|
|||
print("--- End!")
|
||||
|
||||
# IA
|
||||
|
||||
#Out file
|
||||
|
||||
|
||||
f = open(sys.argv[1] + '_out', 'w')
|
||||
f.write(len(Out)/10 + '\n' + Out)
|
||||
f.close()
|
Reference in a new issue