desguar += and -=

This commit is contained in:
2026-06-06 18:53:11 +02:00
parent 535364931e
commit 22874181cd
32 changed files with 185 additions and 146 deletions

View File

@@ -8,7 +8,7 @@ func main[] : i64
j := 0
while j < 13
s = s * (n[i + j] - '0')
j = j + 1
j += 1
if s > out
out = s
io.println_i64(out)