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 | Pass |
assert(same_digits(1234,4321))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In same_digits (line 2)
In ScoringEngineTestPoint1 (line 1)
In solutionTest (line 3)]
|
2 | Pass |
assert(same_digits(1134,4311))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In same_digits (line 2)
In ScoringEngineTestPoint2 (line 1)
In solutionTest (line 5)]
|
3 | Pass |
assert(same_digits(1111,1111))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In same_digits (line 2)
In ScoringEngineTestPoint3 (line 1)
In solutionTest (line 7)]
|
4 | Pass |
assert(~same_digits(11,1111))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In same_digits (line 2)
In ScoringEngineTestPoint4 (line 1)
In solutionTest (line 9)]
|
5 | Pass |
assert(~same_digits(11,1234))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In same_digits (line 2)
In ScoringEngineTestPoint5 (line 1)
In solutionTest (line 11)]
|
6 | Pass |
assert(~same_digits(1234,234))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In same_digits (line 2)
In ScoringEngineTestPoint6 (line 1)
In solutionTest (line 13)]
|
1310 Solvers
13798 Solvers
Find the "ordinary" or Euclidean distance between A and Z
119 Solvers
893 Solvers
262 Solvers