Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:当年在USACO上面AC的程序,已经改成了多CASE了,为什么WA啊?In Reply To:当年在USACO上面AC的程序,已经改成了多CASE了,为什么WA啊? Posted by:galaxy at 2006-03-06 02:07:23 > program agrinet; > type node=record > data:longint; > f:longint; > r:longint; > end; > > var c:array [1..100,1..100] of longint; > a:array [1..100] of node; > b:node; > i,j,n,q,p,min,f,r,total:longint; > ~~~~~~ 你没初始化吗? Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator