Check if a given natural number is evil or not.
Read more at OEIS.
Solution Stats
Problem Comments
6 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers274
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52919 Solvers
-
752 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
513 Solvers
-
Magic is simple (for beginners)
11207 Solvers
-
Polite numbers. N-th polite number.
166 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
are test #3 and #4 correct?
Sorry Rifat, I've messed up test cases. Rescored now.
Thanks :)
Arrays are not a natural number..for the tests I mean
@Lorenzo, the input to solution function is always a single number. I've used arrayfun to make multiple tests in a single test case.
I think Test 3 and 4 are (still) faulty. The functions "any" and "all" must be swapped.