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))
|
Project Euler: Problem 8, Find largest product in a large string of numbers
196 Solvers
Matrix which contains the values of an other matrix A at the given locations.
195 Solvers
310 Solvers
189 Solvers
197 Solvers