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))
|
829 Solvers
Get the area codes from a list of phone numbers
532 Solvers
Project Euler: Problem 5, Smallest multiple
397 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!