Problem 55860. Número Repetido
Dado um número inteiro N, verifique se o número é composto apenas do mesmo inteiro
VerificaRepetido(123) = false;
VerificaRepetido(111) = true;
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2053 Solvers
-
Duplicate each element of a vector.
624 Solvers
-
9744 Solvers
-
650 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1596 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!