Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
n = 4;
d = 2;
%p = isprime(spiral(n));imagesc(p)
assert(isequal(prime_spiral(n),d))
max1 =
2
max2 =
2
d =
2
|
2 | Pass |
%%
n = 7;
d = 4;
assert(isequal(prime_spiral(n),d))
max1 =
3
max2 =
4
d =
4
|
3 | Pass |
%%
n = 13;
d = 5;
assert(isequal(prime_spiral(n),d))
max1 =
5
max2 =
5
d =
5
|
4 | Pass |
%%
n = 52;
d = 6;
assert(isequal(prime_spiral(n),d))
max1 =
5
max2 =
6
d =
6
|
5 | Pass |
%%
n = 81;
d = 9;
assert(isequal(prime_spiral(n),d))
max1 =
9
max2 =
6
d =
9
|
36418 Solvers
Get the area codes from a list of phone numbers
417 Solvers
232 Solvers
random picture with random colours
125 Solvers
153 Solvers