Problem 1804. Fangs of a vampire number
- at most one of x and y is divisible by 10;
- x and y have the same number of digits; and
- The digits in v consist of the digits of x and y (including any repetitions).
Solution Stats
Problem Comments
-
4 Comments
Sorry for all the false positives. I have added more test cases.
It turns out that the difference in meaning between "not both" and "both not" is critical to this problem. Do'h! Took me a while to figure out where I was going wrong. :P
Exactly what I like in Cody. Interesting and modular problem, with good explanations.
What else ?
Thank you, Jean-Marie! If I have time, I might extend the problem even further.
Solution Comments
Show commentsProblem Recent Solvers101
Suggested Problems
-
Renaming a field in a structure array
1564 Solvers
-
Check to see if a Sudoku Puzzle is Solved
333 Solvers
-
1669 Solvers
-
How long is the longest prime diagonal?
402 Solvers
-
Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
245 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!