The flip, of course! Thanks!
flip is not going to wrk for a particular int
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))
|
847 Solvers
Make one big string out of two smaller strings
1070 Solvers
Get the length of a given vector
1358 Solvers
Generate N equally spaced intervals between -L and L
440 Solvers
Generate a string like abbcccddddeeeee
155 Solvers