very nice!!
Many commands I thought would work ,didn't .... This problem helps in understanding the limits of the commands
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
|
2 | Pass |
%%
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
|
3 | Pass |
%%
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
|
4 | Pass |
%%
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
|
173 Solvers
Vectorize the digits of an Integer
236 Solvers
263 Solvers
367 Solvers
204 Solvers