Hi
I am sure this has already been answered probably on here somewhere.. but I couldn't find it.
The statment: "Give the last 9 digits of your answer.'
Is it referring to the right most 9 digits of the answer?
That is what I am assuming it is.
Thanks
Problem 432
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.
- RishadanPort
- Posts: 79
- Joined: Mon Jun 10, 2013 7:31 am
-
Thierry
- Posts: 3
- Joined: Mon Apr 01, 2013 4:48 pm
- RishadanPort
- Posts: 79
- Joined: Mon Jun 10, 2013 7:31 am
Re: Problem 432
Hi
I know I'm not suppose to ask for hints... but I only have 1 -- Do I really need to allocate ~12.5 gigabytes to solve this problem, or is there a better way.
I know I'm not suppose to ask for hints... but I only have 1 -- Do I really need to allocate ~12.5 gigabytes to solve this problem, or is there a better way.

Rishada is the gateway to free trade—but the key will cost you.
- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 432
Of course there is a better way.RishadanPort wrote: Thu Jul 25, 2019 7:10 am Hi
I know I'm not suppose to ask for hints... but I only have 1 -- Do I really need to allocate ~12.5 gigabytes to solve this problem, or is there a better way.

War ruins the life and health of untold numbers of innocent children.
- RishadanPort
- Posts: 79
- Joined: Mon Jun 10, 2013 7:31 am
Re: Problem 432
I always get a bit confused when saying "last 9 digits"
Does last 9 digits mean left most digits or right most digits
Thanks
Does last 9 digits mean left most digits or right most digits
Thanks

Rishada is the gateway to free trade—but the key will cost you.
- rayfil
- Administrator
- Posts: 1412
- Joined: Sun Mar 26, 2006 5:30 am
- Location: Quebec, Canada
- Contact:
Re: Problem 432
Another way of saying "last 9 digits" would be mod(1,000,000,000).
When you assume something, you risk being wrong half the time.
-
LilStalker
- Posts: 74
- Joined: Thu Nov 03, 2016 4:32 pm
Re: Problem 432
In most cases yeah, but not alwaysrayfil wrote: Fri Jul 26, 2019 3:13 am Another way of saying "last 9 digits" would be mod(1,000,000,000).
