update examples
This commit is contained in:
parent
7032e95c8e
commit
1ef90d6fcf
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def validateInput(x):
|
|||
return (x-1)*(x-2)*(x-3)*(x-4)
|
||||
|
||||
// variables naming: box'row''column'
|
||||
def main(a21,b11,b22,c11,c22,d21):
|
||||
def main(private a21, private b11, private b22, private c11, private c22, private d21):
|
||||
|
||||
// validate inputs
|
||||
0 == validateInput(a11)
|
||||
|
|
Loading…
Reference in a new issue