Half
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Fill an array in the next way: secondary diagonal contains zeros, all cells above it contains twos and all cells below it contains ones.
Input
One positive integer .
Output
Print the array filled like described above.
Examples
Input #1
Answer #1
Submissions 20K
Acceptance rate 55%