Fix grader.py
This commit is contained in:
parent
41cf2ab68a
commit
8802d17a24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue