This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x='Blogs , Trendy , Cody , Contest .'
y='Blogs, Trendy, Cody, Contest.'
assert(isequal(cozy_cody(x),y))
x =
Blogs , Trendy , Cody , Contest .
y =
Blogs, Trendy, Cody, Contest.
|
2 | Pass |
%%
x='Trendy , Cody , Contest .'
y='Trendy, Cody, Contest.'
assert(isequal(cozy_cody(x),y))
x =
Trendy , Cody , Contest .
y =
Trendy, Cody, Contest.
|
7684 Solvers
1401 Solvers
Back to basics 16 - byte order
149 Solvers
690 Solvers
Simple date to serial no. conversion
98 Solvers