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

EarthCup

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)
Total Submission(s): 527    Accepted Submission(s): 186


Problem Description
In the year of 2045,the soccer championship is gradually replaced by Earth Super Soccer Cup(We will call it EarthCup for short later).

For one EarthCup,there are $n(n\leq50000)$ soccer teams participated in. Every two teams will have a game. It means that every team will have $n-1$ games with all the other teams.

In order to make the result clear, it is ruled that if the two teams of a game have the same score when the game ends.Penalty shootout will last until there is a result.

In the EarthCup,every team has a Mark,and will score one point after winning a game and zero after losing a game. The team with the highest mark will be the champion.

In the year of 2333, somebody found that some teams had hired hackers to attack and modified the data of the EarthCup for many years.Maybe because of the great amount of the teams, this serious cheating behavior has not been found during hundreds of years.

To check whether the data was modified, they started to check the "Mark Table" in the past.

But because of the long ages, there were only the final Mark of each team reserved. No one remember the exact result of each game.Now they want to find out some "Mark Table" that must have been modified.

"Must have been modified" means we can not get this "Mark Table" by any exact result of each game according to the rules was given by.
 

Input
There is an positive integer $T(T\leq50)$ standing for the number of testcases.

For each testcase, there is an positive integer $n$ standing for the number of teams participate in EarthCup.

The followed n lines describe the "Mark table". The $ith$ integer ${a}_{i}(0\leq {a}_{i} < n)$ standing for the final Mark of the $ith$ team.


Hint:
For the first testcase:
One possible way is:
$Team1$ won $Team2$ and $Team3$,gained $2$ marks.$Team2$ won $Team3$ but lost the game with $Team1$,gained $1$ mark.$Team3$ lost both games and gained 0.

For the second testcase:
It's obviously impossible that all the teams would win all the games.So it must have been modified.
The Input ${a}_{i}$ is disordered.
 

Output
For each testcase, output "The data have been tampered with!"(without quotation) if it must have been modified,otherwise output "It seems to have no problem."(without quotation).
 

Sample Input
2 3 2 1 0 3 2 2 2
 

Sample Output
It seems to have no problem. The data have been tampered with!
 

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-20 13:15:48, Gzip enabled