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

我们队也遇到了这样的现象~~~

Posted by liulibo133 at 2008-09-27 20:59:11
In Reply To:Re:1005有非法数据,请检查,team52 Posted by:huangkun at 2008-09-27 20:49:20
> for (i = 0; i < m; ++ i)
> {
> scanf("%d %d", &a, &b);
> roads[a].push_back(b);
> roads[b].push_back(a);
> }//ac
> 
> while (m --)
> {
> scanf("%d %d", &a, &b);
> roads[a].push_back(b);
> roads[b].push_back(a);
> }//re


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