Mr. Kuo is an adventurer. One day, he finds a secret room in a cave.
There is some hint to the password of this room.
Mr. Kuo is given an integer N and a string S = s1s2...sN consisting of L and R.
At first, Mr. Kuo has a string A = "0".
For each i = 1, 2, ..., N :
The final contents of A is the password. Please help Mr. Kuo find the password.
For example, N = 3 and S = "LRL", then:
The first line contains one integer T — the number of test cases. Description of the test cases follows.
The first line of each test cases contains an integer N.
The second linef of each test cases contains a string S consisting of L and R of length N.
For each test:
For each test case print a string A — the final contents of the password, seperated by spaces.