Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(symmetry(27),3))
|
2 | Pass |
assert(isequal(symmetry(801),0))
|
3 | Pass |
assert(isequal(symmetry(900),100))
|
4 | Pass |
assert(isequal(symmetry(88887),1))
|
5 | Pass |
assert(isequal(symmetry(1234567),65433))
|
6 | Pass |
assert(isequal(symmetry(34567890),3432110))
|
7 | Pass |
format long g
x=ceil(1e9*rand);
j=389e9+x
assert(isequal(8e11-symmetry(j),j))
j =
389518468898
|
8 | Pass |
format long g
x=ceil(1e10*rand);
j=889e10+x
v=symmetry(j);
assert(isequal(1e13-v,j))
j =
8898213350358
|
9 | Pass |
x=2^40-1;
assert(isequal(symmetry(symmetry(symmetry(symmetry(x)))),7775))
|
Find the sum of all the numbers of the input vector
31960 Solvers
Swap the first and last columns
12414 Solvers
131 Solvers
102 Solvers
250 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!