Search found 3 matches
- Tue May 20, 2014 10:05 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 008
- Replies: 102
- Views: 36484
Re: Problem 008
Yep I am using long long at the moment, still no joy.
- Tue May 20, 2014 9:54 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 008
- Replies: 102
- Views: 36484
Re: Problem 008
C++
- Tue May 20, 2014 9:42 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 008
- Replies: 102
- Views: 36484
Re: Problem 008
I like your wording RobLewis and an example was a good suggestion, mdean. So I've combined both and changed the parameters of the problem to make it almost impossible to solve by inspection: 8 . This may be my error so apologies in advance. I have wrote a script to complete Problem 8, and it works ...