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 1137. Bus Routes

AC with 405KB, though...(+)
Posted by Maigo Akisame (maigoakisame@yahoo.com.cn) 27 Oct 2004 04:38
Below are the arrays I declared:

const
maxid=10000;
maxedges=100000;
var
v1,v2:array[0..maxedges]of word;
now:array[1..maxid]of longint;
s:array[0..maxedges]of word;

I supposed I should use 357+640=997KB, but the result was only 405KB...ft...
Re: AC with 405KB, though...(+)
Posted by FishOnion 14 Apr 2005 15:24
maxid=1000...........

I used Eular , I supposed I will use 800KB,but the result was only 80KB!!!!!faint!!!