Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
out =
421
out =
545
|
2 | Pass |
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
out =
51
out =
102
out =
303
|
3 | Pass |
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
out =
192
out =
384
out =
768
out =
5361
out =
6996
|
4 | Pass |
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
out =
871
out =
9401
out =
5401
out =
15851
|
Find the alphabetic word product
1998 Solvers
Given two strings, find the maximum overlap
300 Solvers
474 Solvers
288 Solvers
Area of an equilateral triangle
1706 Solvers