Problem: Decimation

Code: Decimation/tails_1645408270

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)


(implicit string concatenation) 
    (implicit string concatenation) 
        | (filter) 
            `\ (special scans) 
                ;_ (= allInput) 
                (foldop: undefined nibble 0xc (try Nibbles version >=0.22)) 
            + (sum) <--arg( A ) 
                . (map) 
                    , (range from 1) 
                        + (sum) 
                            + (add) 
                                $ (= A) 
                                "\n" (string) 
                    10 (integer) <--arg( B ) 
        < (take) 
            10 (integer) 
            * (multiply) 
                $ (= fstInt) 
                @ (= fstLine) 
    * (multiply) 
        $ (= fstInt) 
        @ (= fstLine) 

Back to the index