We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #74: Digit factorial chains
Project Euler #74: Digit factorial chains
Sort by
recency
|
12 Discussions
|
Please Login in order to post a comment
C++
java
public class Solution {
}
Don't forget to sort your result in ascending order or you will fail all testcases
Check value of this number in your code for correct ANSWERS:
0 -> 2
1 -> 1
2 -> 1
145 -> 1
169 -> 3
871 -> 2
872 -> 2
1454 -> 3
40585 -> 1
45361 -> 2
45362 -> 2
363601 -> 3