Problem 412

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
jthurst3
Posts: 1
Joined: Sun Jan 27, 2013 1:13 am

Problem 412

Post by jthurst3 »

In the description for Problem 412, it says that "the number in every cell is smaller than the number below it and to the left of it." Does this mean the number in every cell is smaller than the one diagonally to the left of it and below it, or does it mean the number in every cell is smaller than the number directly to the left of it and also smaller than the number directly below it?
TripleM
Posts: 384
Joined: Fri Sep 12, 2008 3:31 am

Re: Problem 412

Post by TripleM »

In order to get the first sample answer of 42 to be correct, it looks like the second interpretation. The correct sentence should be:

.. such that the number in every cell is smaller than the numbers below it and to the left of it.

or

.. such that the number in every cell is smaller than the number below it and the number to the left of it.
alpha.xiang
Posts: 6
Joined: Thu Nov 17, 2011 11:57 am

Re: Problem 412

Post by alpha.xiang »

:D
first time in the top 50
Post Reply