Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 2640;
assert(isequal(euler006(x),y_correct))
|
2 | Pass |
x = 20;
y_correct = 41230;
assert(isequal(euler006(x),y_correct))
|
3 | Pass |
x = 200;
y_correct = 401323300;
assert(isequal(euler006(x),y_correct))
|
5737 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Who knows the last digit of pi?
488 Solvers
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
146 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
615 Solvers