Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 999;
y_correct = 906609;
assert(isequal(euler004(x),y_correct))
y =
906609
|
2 | Pass |
x = 9999;
y_correct = 99000099;
assert(isequal(euler004(x),y_correct))
y =
99000099
|
3 | Pass |
x = 100;
y_correct = 9009;
assert(isequal(euler004(x),y_correct))
y =
9009
|
4 | Pass |
x = 2500;
y_correct = 6167616;
assert(isequal(euler004(x),y_correct))
y =
6167616
|
Sort a list of complex numbers based on far they are from the origin.
3792 Solvers
339 Solvers
3652 Solvers
How many trades represent all the profit?
460 Solvers
243 Solvers