ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1221. Malevich Strikes Back!

I simplely do not understand it;
Dmitry 'Diman_YES' Kovalioff Re: who can explain the problem description to me ? [2] // Problem 1221. Malevich Strikes Back! 29 Oct 2002 11:51
OK. You task is to find in this matrix a sub-matrix with maximal size
which looks like picture in text of problem. Warning! Size of it is
odd number. There are some methods to solve it, but the most simple
(but longest) is "mask-algo". I used it and after 0.38 I've get AC.
What's is mask-algo??
Dmitry 'Diman_YES' Kovalioff wrote 29 October 2002 11:51
OK. You task is to find in this matrix a sub-matrix with maximal size
which looks like picture in text of problem. Warning! Size of it is
odd number. There are some methods to solve it, but the most simple
(but longest) is "mask-algo". I used it and after 0.38 I've get AC.

Edited by author 27.04.2004 14:49
Maigo Akisame (maigoakisame@yahoo.com.cn) Can the size be 1? // Problem 1221. Malevich Strikes Back! 22 Oct 2004 04:53