Commit 6773ea6a authored by  tawada's avatar tawada

Merge remote-tracking branch 'origin/adc2019-system'

parents 02d6be8e 602a3e66
......@@ -32,7 +32,7 @@ def solve(params):
problem = params['problem']
timeout = params['timeout']
seed = params.get('seed', int(time.time))
seed = params.get('seed', int(time.time()))
basedir = os.path.abspath(os.path.dirname(__file__))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment