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

Homogeneous squares

Time Limit: 20000/6000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 393    Accepted Submission(s): 169


Problem Description
Assume you have a square of size n that is divided into n¡Án positions just as a checkerboard. Two positions (x1,y1) and (x2,y2), where 1 ¡Ü x1,y1,x2,y2 ¡Ü n, are called "independent" if they occupy different rows and different columns, that is, x1¡Ùx2 and y1¡Ùy2. More generally, n positions are called independent if they are pairwise independent. It follows that there are n! different ways to choose n independent positions.

Assume further that a number is written in each position of such an n¡Án square. This square is called "homogeneous" if the sum of the numbers written in n independent positions is the same, no matter how the positions are chosen. Write a program to determine if a given square is homogeneous!
 

Input
The input contains several test cases.
The first line of each test case contains an integer n (1 ¡Ü n ¡Ü 1000). Each of the next n lines contains n numbers, separated by exactly one space character. Each number is an integer from the interval [-1000000,1000000].
The last test case is followed by a zero.
 

Output
For each test case output whether the specified square is homogeneous or not. Adhere to the format shown in the sample output.
 

Sample Input
2 1 2 3 4 3 1 3 4 8 6 -2 -3 4 0 0
 

Sample Output
homogeneous not homogeneous
 

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-04-26 10:29:56, Gzip enabled