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

Common Board

Problem D
Posted by Jivko Ganev 3 Mar 2001 16:45
I think the test cases for problem D are wrong.I think that
there is a test case that includes more than n vertices or
more than 50 friends, because I got access violation.Then I
upped the array bounds and got Accepted, I may be wrong but
please check it out.
I feel the same
Posted by tjq(killer of zju) 3 Mar 2001 18:12
I first used di-graph, but can't get accepted, then I
turned to undirected-graph, but unexpectedly, got crush,
access violation