Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
h = counter;
assert(isequal(h(), 1))
assert(isequal(h(), 2))
assert(isequal(h(), 3))
assert(isequal(h(), 4))
assert(isequal(h(), 5))
|
2 | Pass |
code = fileread('counter.m');
assert(isempty(strfind(code, 'persistent')));
|
Find the numeric mean of the prime numbers in a matrix.
5913 Solvers
Project Euler: Problem 9, Pythagorean numbers
158 Solvers
Find the maximum number of decimal places in a set of numbers
157 Solvers
How many trades represent all the profit?
460 Solvers
204 Solvers