Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(decimate(10,3),4))
|
2 | Pass |
assert(isequal(decimate(1024,3),676))
|
3 | Pass |
assert(isequal(decimate(2012,50),543))
|
4 | Pass |
assert(isequal(decimate(30,5),3))
|
5 | Pass |
assert(isequal(decimate(10,10),8))
|
6 | Pass |
assert(isequal(decimate(2048,2),1))
|
Find the numeric mean of the prime numbers in a matrix.
5913 Solvers
Which values occur exactly three times?
3308 Solvers
Remove the small words from a list of words.
474 Solvers
204 Solvers
243 Solvers