ENG
RUS
Timus 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
1060
. Flip Game
Igor
Hm...
[3] // Problem
1060. Flip Game
7 Jan 2002 13:57
Actually, i can't catch the idea of the problem... It seems to me
that simple searching isn't good... but what then??
shitty.Mishka
Simple search will take 2^16 - that's a very small number. My program is full search. GL
[2] // Problem
1060. Flip Game
7 Jan 2002 14:11
CleverKid
in fact,2^4*4*4 is enough,the 4*4 chessboard is too small........
[1] // Problem
1060. Flip Game
15 Dec 2002 12:21
Ayhan Aliyev [BOTL]
Re: in fact,2^4*4*4 is enough,the 4*4 chessboard is too small........
// Problem
1060. Flip Game
20 Feb 2006 21:05
AC 0.092 and 122KB just full search
© 2000–2025
Timus Online Judge Team
. All rights reserved.