Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'But I''m actually right this time';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
|
2 | Pass |
%%
x = 'But you just said that 2+2=3';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
|
given 3 sides, find area of this triangle
600 Solvers
Convert a vector into a number
442 Solvers
Are all the three given point in the same line?
197 Solvers
convert matrix to single column
217 Solvers
314 Solvers