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

Автор _doomboo_, история, 9 месяцев назад, По-английски

I was solving this problem with a combinatoric based approach. So I compute binomial coefficient using Fermat Little Th. and modular inverse. I have correct values for N up to 34, then my code starts giving wrong values. I belive the approach is correct but there is some issue I cant figure out related to modulo, modular inverse or powmod function. Can anybody help me understanding why my code fails? CODE

Полный текст и комментарии »

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