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 xiaosiwei at 2009-11-08 16:22:16 on Problem 3274
6 5
16
8
4
2
31

另外我hash的key是这样求的
int key = 0;
for(int j = 0;j < k;j++)
	key = ( key + ( ( temp[i][j] + j ) % Pri_max) * j ) % Pri_max ;
key = ( ( key % Pri_max ) + Pri_max ) % Pri_max;


仅供参考。

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