Change time limit from ms to seconds

This commit is contained in:
David Hou 2017-03-15 09:28:14 -07:00 committed by GitHub
parent 9ca596a02f
commit a38fe1310b

View file

@ -7,5 +7,5 @@ programming: true
grader_language: python
test_cases: 3
time_limit: 500
memory_limit: 256000
time_limit: 0.5
memory_limit: 256000