Playing Tetris with the printer X85690


Statement
 

pdf   zip

html

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

Public test cases
  • 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
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    C++
    User solutions
    C++ Python