A Nice Constructive Problem.

Revision en1, by void.abyss, 2019-07-14 09:10:06
  1. You have to make an array of n elements where the summation of any SUBARRAY won't divisible by m (n > m). Is it possible? If not then prrof?
  2. You have to make an array of n elements where the summation of any SUBSET won't divisible by m (n>m). Is it possible? If not then prrof? for simplicity: 1 <= n, m <= 100000
Tags #constructive algorithms, #math

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English void.abyss 2019-07-14 09:13:12 0 (published)
en2 English void.abyss 2019-07-14 09:12:56 12 (saved to drafts)
en1 English void.abyss 2019-07-14 09:10:06 351 Initial revision (published)