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)


`/ (special folds) 
    . (map) 
        , (range from 1) 
            $ (= fstInt) 
        `/ (special folds) <--arg( A ) 
            ! (zip with) 
                + (add) 
                    $ (= A) 
                    _ (= fstLine) 
                10 (integer) <--arg( B ) 
                % (zipop: mod) 
            ] (foldop: max) 
    [ (foldop: min) 

Back to the index