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))
|
Increment a number, given its digits
505 Solvers
Getting the absolute index from a matrix
177 Solvers
Vectorize the digits of an Integer
236 Solvers
631 Solvers
Flag largest magnitude swings as they occur
524 Solvers