水题水坑,虐心到哭

来源:互联网 发布:淘宝保证金怎么解冻 编辑:程序博客网 时间:2024/05/17 09:37

   今天下午参加一场训练比赛,碰到一没话说的题目,本以为这是我会做的,想想本以为自己会做,结果,唉 一言难尽。突然发现今天好累但是正因为我学的累,才有挑战的动力,加油晚安。

题目如下

Easy Task

Time Limit: 2 Seconds                                    Memory Limit: 65536 KB                            

You are given n integers. Your task is very easy. You should find the maximum integera and the minimum integer b among these n integers. And then you should replace botha and b with a-b. Your task will not be finished unless all the integers are equal.

Now the problem come, you want to know whether you can finish you task. And if you can finish the task, you want to know the final result.

Input

The first line of the input contain an integer T(T≤ 20) indicates the number of test cases.

Then T cases come. Each case consists of two lines. The first line is an integern(2≤ n≤ 10) as the problem described. The second line containsn integers, all of them are no less than -100000 and no more than 100000.

Output

For each case you should print one line. If you can finish your task, you should print one of then integers. Otherwise, you should print "Nooooooo!"(without quotes).

Sample Input

231 2 325 5

Sample Output

25

一目了然的解决方法,先贴上自己能完美输出样例,结果一直都是wa

这只有机会在解决了,

现在附上一个正确的

 

 同时在网上我找到一个奇葩题解,复杂到新手完全看不懂

 

 

 

0 0
原创粉丝点击