Problem 099

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
kosiu_drumev
Posts: 6
Joined: Wed Jun 02, 2010 10:43 pm

Problem 099

Post by kosiu_drumev »

I am not sure how to give my answer to the problem. Just to write the number of the line where the bigest number is? Or the line itself? For example if the file contain only first two numbers what I must write :
1) Answer: 2
2) Answer: 632382,518061
3) Answer: 632382518061
4) Answer: other?

Thanks!
Image
Last edited by kosiu_drumev on Sat Mar 26, 2011 9:10 pm, edited 1 time in total.
User avatar
hk
Administrator
Posts: 12832
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 099

Post by hk »

2
Image
War ruins the life and health of untold numbers of innocent children.
User avatar
jaap
Posts: 588
Joined: Tue Mar 25, 2008 3:57 pm
Contact:

Re: Problem 099

Post by jaap »

Option 1 (i.e. the answer would be 2).
Post Reply