Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
'hello'
x =
'abcdefghijklmnopqrstuvwxyz'
p =
1
p =
8
p =
40
p =
480
p =
5760
p =
86400
|
2 | Pass |
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
'Fantastic'
x =
'abcdefghijklmnopqrstuvwxyz'
p =
1
p =
6
p =
6
p =
84
p =
1680
p =
1680
p =
31920
p =
638400
p =
5745600
p =
17236800
|
2236 Solvers
735 Solvers
960 Solvers
300 Solvers
178 Solvers