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

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

I recently added this regional to the gym here. You can virtual participate at any time.

Solutions are available on the contest website if you want to look at them up afterwards here. Feel free to discuss problems afterwards.

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

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +12 Проголосовать: не нравится

There is a problem in the test cases for problem "Latin Squares", it contains multiple test cases!!

»
8 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

Can someone explain this in problem J Grid Coloring

• For each blue square, all squares in the rectangle from the top left of the grid to that square must also be blue.

Does this mean if grid[i][j]=Blue then grid[i-x][j-x] will also be Blue? when x=[i-1,0]