make index operator just read 1 byte
This commit is contained in:
@@ -7,7 +7,7 @@ func main[] : I64
|
||||
let s: I64 = 1
|
||||
let j: I64 = 0
|
||||
while j < 13
|
||||
s = s * (str.nth(n, i + j) - '0')
|
||||
s = s * (n[i + j] - '0')
|
||||
j = j + 1
|
||||
if s > out
|
||||
out = s
|
||||
|
||||
Reference in New Issue
Block a user