Problem 45274. Fangs of pseudo-vampire number

given a number, find all the fangs of that number.

A pseudo-vampire number can have multiple of fangs. The output should be a cell containing all the pairs of possible fangs.

For example, 126 is a pseudo-vampire number whose fangs are - { '6' , '21' }

  • 126 = 6*21
  • 6 and 21 contains the digits of the original number.

https://en.wikipedia.org/wiki/Vampire_number

Solution Stats

38.78% Correct | 61.22% Incorrect
Last Solution submitted on Jul 05, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers19

Suggested Problems

More from this Author165

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!