Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
str='pause(1)';
ss=14;
assert(abs(ss-score(str))<3)
|
2 | Fail |
str='pause(1/2);pause(1/2)';
ss=22;
assert(abs(ss-score(str))<3)
|
3 | Fail |
str='pause(1/200);pause(1/200)';
ss=12;
assert(abs(ss-score(str))<3)
|
4 | Fail |
str='pause((1/200));pause((1/2))';
ss=19;
assert(abs(ss-score(str))<3)
|
Remove the small words from a list of words.
672 Solvers
Reverse the Words (not letters) of a String
297 Solvers
267 Solvers
405 Solvers
Is this triangle right-angled?
2875 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!