Problem 822
Posted: Sun Mar 03, 2024 6:57 pm
Problem 822 – Square the Smallest
This problem assumes the following operations:
My question is: are we expected to apply modulo 1234567891:
Or am I missing something?
This problem assumes the following operations:
- compare numbers in a list to find the smallest
- square the number
- repeat 1016 times
- sum numbers from the list
My question is: are we expected to apply modulo 1234567891:
- In the step 2 already? – So each calculated square is possibly made smaller before replacing it's predecessor in the list.
- In the step 4 only? – While summing the list.
Or am I missing something?