Triangle from +
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Given a positive integer , print an image with rows and columns, formed by space characters and the character '<', as shown in the example.
Input
One positive integer .
Output
Print the image .
Examples
Input #1
Answer #1
Submissions 425
Acceptance rate 59%