-
2 Comments
Alfonso Nieto-Castanon
on 3 Feb 2012
still something fishy with the 3rd problem, example:
x = uint64(321676750829977632);
num2str(x) -> 321676750829977600
rem(x,10) -> 0
euler003(x) -> 83653987
...?
Alfonso Nieto-Castanon
on 3 Feb 2012
ok now, it seems this was only an issue with my matlab version (7.7) but was not present in the version running the solvers (which seems to have uint64 arithmetic supported!, man, I need an upgrade...)
Suggested Problems
-
7766 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1914 Solvers
-
4440 Solvers
-
635 Solvers
-
584 Solvers
More from this Author51
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!