Page 7 of 8

Re: Problem 001

Posted: Sat Feb 18, 2012 1:40 pm
by hk
You couldn't have explained it clearer.

Re: Problem 001

Posted: Sun Feb 19, 2012 11:55 am
by agrubner
Dear hk

Sorry for asking again... . I did now with the calculation (add the subsums and subtract the duplicate sum) and entered that to the website with the question. I still have not a correct result and I do not know why. The value for <35 was correct - can you give me another checkpoint, where you can say, that this value is correct please?

The other question is, how can I post a value? It is recommended not to publish code or results because of others doing the same. I agree to that, but how can I come closer to the solution. I need your check. When I add an attachment - is it free for all forum users?

Thanks again.
Cheers
Alex

ADDENDUM:
I managed to resolve it and I have done my first question! Now, I will move to the second question! Thanks for your help, will write again, when I have other questions.

Re: Problem 001

Posted: Sun Feb 19, 2012 12:20 pm
by hk
You could PM me your values for sum1,sum2 and sum3 if you see what I mean.
I hope to be able to find out from these three values what went wrong.

Edit:
Congratz.

Re: Problem 001

Posted: Sun Mar 04, 2012 9:07 pm
by aur
I'm very new in the project Euler's society
when trying to submit the answer , should I submit the answer directly (i.e: 123) or submit the code ?

Re: Problem 001

Posted: Sun Mar 04, 2012 9:18 pm
by hk
The answer

Re: Problem 001

Posted: Thu Jun 14, 2012 12:17 am
by xcasper
So I have just joined project euler and I am stuck on problem #1 :(

I honestly am not sure what I am doing wrong and I have tried it multiple ways. I am sure its something basic.

I have already accounted for the 3 and the 5 multiples being the same and not counting those twice.

I know I cant post code so I am a bit lost as to how to ask for help with this as I do not have a particular problem. I am just stumped from my current position and not sure what exactly to try/do next.


I cant seem to delete this post, I will just edit it....

I Figured out the problem, nvm on needing help.

Re: Problem 001

Posted: Thu Jun 14, 2012 12:18 am
by TripleM
Feel free to PM me your code.

Re: Problem 001

Posted: Thu Jun 14, 2012 12:23 am
by xcasper
TripleM wrote:Feel free to PM me your code.
thank you for the offer but I figured it out right before I saw your post.

Re: Problem 001

Posted: Sat Jul 21, 2012 4:38 pm
by yasar
hello all , ok so im new to programming in c++ and i have recently joined euler which was recomended to me

so far i have tried different ways of going about to solve this problem but none of the answers i come up with is right can any1 help me if i pm themmy code u can give me pointers to the right direction thnx :)

Re: Problem 001

Posted: Sat Jul 21, 2012 8:37 pm
by mdean
I can take a look if you want.

Re: Problem 001

Posted: Sat Sep 08, 2012 3:44 pm
by Fingolfin
[Edited by myself]

This problem can be solved using knowlege in arithmetic series.

Re: Problem 001

Posted: Sat Sep 08, 2012 7:55 pm
by hk
995/5=199 and not 195.

Before you start giving detailed explanations for every problem you encounter, please read the box at the top of the page.
The idea is that you don't give spoilers here.

Re: Problem 001

Posted: Sat Sep 08, 2012 11:46 pm
by Fingolfin
Sorry, this will not happen anymore. :(

I edited the post.

Re: Problem 001

Posted: Mon Jan 07, 2013 4:15 pm
by sam97
Hi! I am guessing this is where I post my problems. I am just 3 hours new to projecteuler.com. I tried the first problem in python but my answer is not being accepted. I did it by both code and paper and they seem to be right. I have the code ready. Can anyone help me in this matter?

Re: Problem 001

Posted: Mon Jan 07, 2013 5:26 pm
by pieppiep
If you send me your code in a pm I can look at it and give a hint.

Re: Problem 001

Posted: Tue Jan 08, 2013 8:29 am
by mdean
sam97 wrote:Hi! I am guessing this is where I post my problems. I am just 3 hours new to projecteuler.com. I tried the first problem in python but my answer is not being accepted. I did it by both code and paper and they seem to be right. I have the code ready. Can anyone help me in this matter?
Here's a possibility. Are you sure you're answering the question that's being asked? Reread the problem and the rest of this thread.

Problem 001

Posted: Wed Jul 09, 2014 2:59 pm
by tulip
Hi,

I think result checking for Problem 1 doesn't work correct. Could someone confirm this please?

Re: Problem 001

Posted: Wed Jul 09, 2014 3:31 pm
by jaap
The answer checking works correctly.
There is already a thread for this problem where you will likely find clues as to why your answer was wrong:
viewtopic.php?f=50&t=2524

Re: Problem 001

Posted: Wed Jul 09, 2014 4:18 pm
by tulip
Thank you very much! I've found my mistake.

Re: Problem 001

Posted: Thu Jul 10, 2014 10:17 am
by Bubbler
Please DO NOT post any solutions here.
Read this:viewtopic.php?f=50&t=1989