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 1072. Routing

To Admins: Please check 1 and 4 tests in problem 1072
Posted by vetas 23 Jan 2009 18:52
In 1 test in last row content's tab symbol's (\9)

In 4 test count of interface > 5.
(
  When I description:
  struct Data
  { ...
    public uint[] intf = new uint[5];
  }
  have Crash(4)

  When I description:
  struct Data
  { ...
    public uint[] intf = new uint[50];
  }
  have Accepted

)
Re: To Admins: Please check 1 and 4 tests in problem 1072
Posted by Vladimir Yakovlev (USU) 23 Jan 2009 22:26
Testset is correct. You have changed not only this constant to get AC.