Search found 5 matches
- Tue Mar 04, 2014 10:27 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 143
- Replies: 26
- Views: 12786
Re: Problem 143
Ah, of course - being such a non-intuitive condition for (p, q, r), I totally neglected it. Anyway, I solved it now, thank you!
- Tue Mar 04, 2014 8:13 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 143
- Replies: 26
- Views: 12786
Re: Problem 143
This is a very nice problem, which I thought I had solved. But... I have a total of 508 triangles for the original limit L = 120000. Total sum is 8 digits, starts with a 3. If I lower it to 12000 I get only 38 triangles, total sum 251752. What's wrong ?? =\ ... I get exactly the same problem. daniel...
- Wed Jan 29, 2014 6:57 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 141
- Replies: 27
- Views: 14948
Re: Problem 141
I get the correct answer for 10^5, but not for 10^12. I guess it could have something to do with low integer precision. Are the following values correct?
10^6: 700738
10^8: 171436696
10^10: 23261047907
10^6: 700738
10^8: 171436696
10^10: 23261047907
- Sun Jan 12, 2014 11:21 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 155
- Replies: 17
- Views: 9240
Re: problem 155
I just found the annoyingly trivial and almost invisible mistake in my code, and finally got the correct answer.
- Sun Jan 12, 2014 3:45 pm
- Forum: Clarifications on Project Euler Problems
- Topic: Problem 155
- Replies: 17
- Views: 9240
Re: problem 155
It seems I can't get it right... I get the correct results for D(4) and D(5). Then D(6) = 76 and D(10) = 2147. Are these values correct?