Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
'hello'
[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 word_product (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
'Fantastic'
[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 word_product (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
Remove the polynomials that have positive real elements of their roots.
629 Solvers
1050 Solvers
Project Euler: Problem 3, Largest prime factor
379 Solvers
Find perfect placement of non-rotating dominoes (easier)
240 Solvers
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!