This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
|
2 | Fail |
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
|
3 | Fail |
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
|
4 | Fail |
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
|
7266 Solvers
given 3 sides, find area of this triangle
600 Solvers
151 Solvers
1228 Solvers
724 Solvers