Input The first line will contain the number of test cases. Following lines will be the width and height of the paper sheets.
Output
For each paper sheet print the following sentence:
I will print 1 picture(s) of length 12
I will print 2 picture(s) of length 5
I will print 15 picture(s) of length 1
Input
3 12 12 5 10 3 5
Output
I will print 1 picture(s) of length 12 I will print 2 picture(s) of length 5 I will print 15 picture(s) of length 1