F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

ZCC loves ranklist

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 143    Accepted Submission(s): 24
Special Judge


Problem Description
Forced by students' parents, ZCC's teacher GPS has to open the scoreboard of the students. But this will bring many problems. So GPS intends only to open the first k ranklists of the tests. In order to avoid the arrogancy and the abandonment, GPS wants to make the difference between the highest ranking sum and the lowest ranking sum as small as possible.
At the same time, in order to reflect that each student is different, GPS defines the Progress Index.Progress Index exists between two exams. For two adjacent examinations, define NewRank as the ranking of the latter test, OldRank as the ranking of the formal one, and n as the number of students in the class.

ProgressIndex=
   0,if NewRank=OldRank
   OldRank-NewRank-max(OldRank,NewRank)/n,if NewRank>OldRank
   OldRank-NewRank+max(OldRank,NewRank)/n,if NewRank<OldRank

If there are two Pogress Indexs in different tests have the same absolute value or there are two Pogress Indexs in the same test have the same value, GPS will be unhappy, he thinks it violated the differences between students. GPS wants to know if this situation can keep to the end of exactly n exams. Because this problem is too hard so GPS only ask you to give the answers when n<=100.
(Note: No two students can have the same rank in a test, the ranks will be 1..n)
 

Input
There are multiple test cases end with EOF(no more than 10 test cases).
Each test case contain a line of two integers n,k indicating the number of students and the number of tests in the first question.(2<=n<=10000,1<=k<=n,n*k<=10000)
 

Output
For each test case:
The first question: The first line contain an integer indicating the smallest difference between the highest ranking sum and the lowest ranking sum. Next n lines each line contain k integers, the i+1-th line indicating the ranks of the student i.
The second question: The first line contain "Yes" or "No"(without quotes) indicating if the situation can keep to the end of exactly n exams. If the answer is "Yes" and n<=100 then next n lines each line contain n integers, the i+1-th line indicating the ranks of the student i.
If there are multiple solutions, output any.
 

Sample Input
3 3 4 2
 

Sample Output
Case #1: 0 1 2 3 2 3 1 3 1 2 No Case #2: 0 1 4 2 3 3 2 4 1 Yes 1 2 4 1 2 1 3 2 3 4 2 3 4 3 1 4
 

Hint
The solution of the sample output is not the only solution.
 

Author
Õòº£ÖÐѧ
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-12 08:01:04, Gzip enabled