updated the testsuite
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = 'A=10';
y = 'B=20'
y_correct = 32;
assert(isequal(your_fcn_name(x,y),y_correct))
Error: Assertion failed.
|
2 | Fail |
%%
x = 'A=2';
y = 'B=10'
y_correct = 12;
assert(isequal(your_fcn_name(x,y),y_correct))
Error: Assertion failed.
|
28001 Solvers
Construct a string from letters and counts
128 Solvers
2816 Solvers
Find the number that has most primes those less than it
58 Solvers
141 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!