This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = ['1a 2c 3c 4b'];
y_correct = ['1a 2c 3c 4b'];
assert(isequal(res(x),y_correct))
y =
'1a 2c 3c 4b'
|
847 Solvers
500 Solvers
Back to basics 19 - character types
189 Solvers
358 Solvers
Find the area of the four walls
136 Solvers