Problem 59761. Digits eliminate
Complete the function my_f(n,b) to return, for a given integer, the number obtained by removing the digits '0' and 'b'. If there are no other digits, it should return -1.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1845 Solvers
-
133 Solvers
-
318 Solvers
-
Determine the length of a string of characters
256 Solvers
-
Find x rows where the sum of the numbers is the maximum
439 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!