3282: 第三题 回文(palin)
          Memory Limit:512 MB
          Time Limit:1.000 S
         
      
      
        
          Judge Style:Text Compare
          Creator:
      
      
          Submit:26
          Solved:3
      
Description
Input

Output

Sample Input Copy
2
5
4 1 2 4 5 3 1 2 3 5
3
3 2 1 2 1 3Sample Output Copy
LRRLLRRRRL
-1