Write a program that reads a matrix m × n
and prints it with its elements tripled.
Input
Input consists of two natural numbers strictly positive m and n,
followed m lines with n integer numbers each one.
Output
Print the matrix with its elements tripled,
following the format of the instance.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML and PNG versions of the statement
are also given to help you, but they may contain some content
that is not well displayed. In case of doubt, always use the PDF.