|
||||||||||
YY's new problemTime Limit: 12000/4000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 6526 Accepted Submission(s): 1894 Problem Description Given a permutation P of 1 to N, YY wants to know whether there exists such three elements P[i1], P[i2], P[i3] that P[i1]-P[i2]=P[i2]-P[i3], 1<=i1<i2<i3<=N. Input The first line is T(T<=60), representing the total test cases. Each test case comes two lines, the former one is N, 3<=N<=10000, the latter is a permutation of 1 to N. Output For each test case, just output 'Y' if such i1, i2, i3 can be found, else 'N'. Sample Input
Sample Output
Source | ||||||||||
|