ProjectEuler Problem 13You were right. It was adding digits of these numbers in reversed order. I've correct it. Thanks.
ProjectEuler Problem 13I've written algorythm to solve this problem, but i cant recognize, why i keep getting wrong answer....
Counting divisorsYou're right, but this is enough for me at the moment. Maybe I'll try to improve it later. Thank ...
Counting divisorsYea! Finally it works and it's fast enough. If you want to see it...: [code] unsigned int di...
Counting divisorsI like your idea. Thanks a lot. Check out that: [code] unsigned long int number = /*...*/; un...