Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(same_digits(1234,4321))
|
2 | Pass |
assert(same_digits(1134,4311))
|
3 | Pass |
assert(same_digits(1111,1111))
|
4 | Fail |
assert(~same_digits(11,1111))
|
5 | Fail |
assert(~same_digits(11,1234))
|
6 | Fail |
assert(~same_digits(1234,234))
|
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
434 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
The sum of the numbers in the vector
426 Solvers
405 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!