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))
|
Find common elements in matrix rows
810 Solvers
579 Solvers
193 Solvers
Sum the numbers on the main diagonal
375 Solvers
Is this triangle right-angled?
1920 Solvers