Блог пользователя NeverSee

Автор NeverSee, история, 5 лет назад, По-английски

I want to calculate c(i, j) that mine (select j person from i person) for all i & j <= 1e4 mode n that if n is prime i know that the answer is use inversion but in this n is not prime and for
c[i][j] = c[i — 1][j] + c[i — 1][j — 1] is memory limit
sorry for my english.

  • Проголосовать: нравится
  • -25
  • Проголосовать: не нравится

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

NO ONE HELP WHY ALWAYS I ASK QUESTION NO ONE HELP ME ????????

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

    Maybe because we can't even understand what you're asking? I do understand that you don't have a strong grasp of the English language, but unless one understands your question, they can't help you.

    Shouting in all caps about it isn't gonna help you either; it might just turn away someone who could've tried helping you.