Problem: Combination Lock
Code: Combination+Lock/tails_1748146252
Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00
Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)
| Depth | Lit | Desc | Type | Arg | Let |
|---|---|---|---|---|---|
| 0 | `/ | special folds | int | ||
| * 1 | . | map | [int] | ||
| ** 2 | , | range from 1 | [int] | ||
| *** 3 | $ | = fstInt | int | ||
| ** 2 | `/ | special folds | int | A:int | |
| *** 3 | ! | zip with | [int] | ||
| **** 4 | + | add | [chr] | ||
| ***** 5 | $ | = A | int | ||
| ***** 5 | _ | = fstLine | [chr] | ||
| **** 4 | 10 | integer | int | B:chr | |
| **** 4 | % | zipop: mod | null | ||
| *** 3 | ] | foldop: max | null | ||
| * 1 | [ | foldop: min | null |