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)
|
Find the sum of all the numbers of the input vector
31956 Solvers
The Goldbach Conjecture, Part 2
1284 Solvers
536 Solvers
401 Solvers
283 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!