Welcome to Basement Art Academy!
Today, we will be learning how to draw mountains. You will draw
Mountains consist only of ^
, which are separated by spaces.
An example of a mountain would be:
Copy
^
^ ^
^ ^ ^
When drawing multiple mountains, you should separate them by a space.
Copy
^
^ ^ ^
^ ^ ^ ^ ^
In the example shown above, there is a mountain of
Impress
with your artistic abilities!Input Specification
The first line of input will contain
Constraints
For all subtasks:
Subtask 1 [10%]
Subtask 2 [90%]
No additional constraints.
Output Specification
Output exactly
Sample Input
Copy
2
3 2
Sample Output
Copy
^
^ ^ ^
^ ^ ^ ^ ^
Comments