Блог пользователя void.abyss

Автор void.abyss, история, 5 лет назад, По-английски
  1. You have to make an array of n elements where the summation of any SUBARRAY won't be divisible by m (n > m). Is it possible? If not then proof?
  2. You have to make an array of n elements where the summation of any SUBSET won't be divisible by m (n > m). Is it possible? If not then proof? for simplicity: 1 <= n, m <= 100000
  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by void.abyss (previous revision, new revision, compare).

»
5 лет назад, # |
Rev. 3   Проголосовать: нравится +20 Проголосовать: не нравится
First
»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

http://matcomgrader.com/problem/5777/regalos/

Here is the problem in Spanish. If you are too lazy to translate it notice that in the first line you are given $$$n$$$ and $$$m$$$. You should find index of the values such that their sum is divisible by $$$m+1$$$