Fix grader.py

This commit is contained in:
Ankur Sundara 2017-03-11 00:34:41 -06:00 committed by GitHub
parent 41cf2ab68a
commit 8802d17a24

View file

@ -1,4 +1,4 @@
x = input()
x = input() + 1
mat = [[0,0,1,0],[0,1,0,1],[1,0,2,0],[0,2,0,1]]
mod = 10**9+7