This commit is contained in:
2019-12-15 23:23:19 -05:00
parent 9479593281
commit 2e4a045014
5 changed files with 268 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
#!/usr/bin/python
#!/usr/bin/pypy3
# -*- coding: utf-8 -*-
import coloring
def solve_it(input_data):
return coloring.solve_it(input_data)
# Modify this code to run your optimization algorithm
# parse the input