Problem 412
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.
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
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
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.
-
jthurst3
- Posts: 1
- Joined: Sun Jan 27, 2013 1:13 am
Problem 412
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
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.
.. 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.