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 1167. Bicolored Horses

I use O(N^3) and got AC in 0.156, why???
Posted by hoan 6 Nov 2010 22:59
if you have a better algo please tell to me.

plz help!!!!!!!!!!!!!!!
Re: I use O(N^3) and got AC in 0.156, why???
Posted by ZLqiang 5 Mar 2011 12:42
The data is too weak, I use O(n^3) got an AC in 0.097ms~~
Re: I use O(N^3) and got AC in 0.156, why???
Posted by nobik 19 Jun 2012 17:16
I use O(N^3) and got AC in 0.156 too
Re: I use O(N^3) and got AC in 0.156, why???
Posted by Arseniy 23 Apr 2016 00:56
It's not the problem of tests
program which does exacltly n^3 operations work for 0.28, so why you hink tests are weak?