SP11885 BFTRI - Drawing Triangles with Brainf##k

Description

Your task is just to draw triangles! seems easy(?) but only [brainf\*\*k programming language](http://en.wikipedia.org/wiki/Brainfuck "Brainf**k") is allowed.

Input Format

The first line is an integer **T**(0 < **T** < 100), denoting the number of test cases. Then, **T** lines follow. For each test case, there are one character **c**(ASCII(32) < **c** < ASCII(127)) and one integer **i**(0 < **i** < 100) written in one line, separated by a space. Each line end with ASCII(10).

Output Format

For each test case, output triangle size **i** (draw triangle using character **c**). See example.