[Haskell-cafe] complex multiplication function in Haskell

Mahmoud Murad mahmoudmurad92 at gmail.com
Wed Apr 26 12:02:40 UTC 2017


Hi there,
The number 354162 has 6 digits and contains all digits from 1 to 6, and it
can be considered as a multiplication of 3 * 54 = 162.
so what I need is a function that will take all the real number and return
the number that can be split as above,
354162  .. 3 * 54 = 162
I have no idea how to do such a thing! any help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170426/897caf8d/attachment.html>


More information about the Haskell-Cafe mailing list