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 1280. Topological Sorting

Eugene Zavgorodny Really N<=1000 [2] // Problem 1280. Topological Sorting 13 Jan 2008 18:02
I don't think, that N<=1000. Because when I submit mas[1001][1001], I get WA2. But when I submit mas[2000][2000], I get AC
dauren.ktl Re: Really N<=1000 [1] // Problem 1280. Topological Sorting 16 Aug 2010 23:12
May be you use mas[i][j], where is i = 1001, j = 1001 or something like that
George Skhirtladze Re: Really N<=1000 // Problem 1280. Topological Sorting 13 Nov 2012 02:17
My solution with mas[2000][2000] got WA 14 but with mas[3000][3000] got AC :)