Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct = 32768;
assert(isequal(faces_hypercube(15),y_correct))
[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 faces_hypercube (line 2)
In ScoringEngineTestPoint1 (line 2)
In solutionTest (line 3)]
ans =
1
|
2 | Pass |
y_correct = 8388608;
assert(isequal(faces_hypercube(23),y_correct))
[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 faces_hypercube (line 2)
In ScoringEngineTestPoint2 (line 2)
In solutionTest (line 5)]
ans =
1
|
3 | Pass |
y_correct = 8589934592;
assert(isequal(faces_hypercube(33),y_correct))
[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 faces_hypercube (line 2)
In ScoringEngineTestPoint3 (line 2)
In solutionTest (line 7)]
ans =
1
|
4 | Pass |
y_correct = 536870912;
assert(isequal(faces_hypercube(29),y_correct))
[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 faces_hypercube (line 2)
In ScoringEngineTestPoint4 (line 2)
In solutionTest (line 9)]
ans =
1
|
188 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
242 Solvers
559 Solvers
525 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!