This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 0;
assert(isequal(isextrasafe(x),false))
|
2 | Pass |
x = 5;
assert(isequal(isextrasafe(x),false))
|
3 | Pass |
x = 7;
assert(isequal(isextrasafe(x),false))
|
4 | Pass |
x = 11;
assert(isequal(isextrasafe(x),true))
|
5 | Pass |
x = 15;
assert(isequal(isextrasafe(x),false))
|
6 | Pass |
x = 23;
assert(isequal(isextrasafe(x),true))
|
7 | Pass |
x = 719;
assert(isequal(isextrasafe(x),true))
|
8 | Pass |
x = 2039;
assert(isequal(isextrasafe(x),true))
|
9 | Pass |
x = 2040;
assert(isequal(isextrasafe(x),false))
|
10 | Pass |
x = 5807;
assert(isequal(isextrasafe(x),true))
|
All your base are belong to us
463 Solvers
Make one big string out of two smaller strings
1148 Solvers
325 Solvers
Set some matrix elements to zero
290 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
760 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!