Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a=1; b=2; c=3;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
ans =
0
|
2 | Pass |
%%
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
ans =
6
|
7258 Solvers
Given two strings, find the maximum overlap
300 Solvers
Who knows the last digit of pi?
488 Solvers
204 Solvers
242 Solvers