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

两次Floyd居然过了→ →

Posted by lsdnlgd at 2012-12-07 18:05:17 on Problem 3687
第二次加上
if(!E[i][k] && !E[k][i])
    E[i][k] = i<k;
if(!E[j][k] && !E[k][j])
    E[k][j] = k<j;

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