Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:当年在USACO上面AC的程序,已经改成了多CASE了,为什么WA啊?

Posted by candy_102092 at 2007-02-11 18:58:59 on Problem 1258
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator