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

Автор logrt, история, 3 года назад, По-английски

Given a grid A of size N*M, 2 players are playing a game on it taking alternate turns. In each turn, a player chooses a subset of elements from any row and replaces each one of them with their proper divisor. A proper divisor of a number N is any divisor of N, not equal to N. The player who is unable to move, loses. Determine the winner of the game.

Problem Constraints:

1<=N, M<=10^3 1<=A[i][j]<=10^6

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

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