You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to solve the following problem , please assign me
Hackerrank problem
Print a pattern of numbers from to as shown below. Each of the numbers is separated by a single space.
I want to solve the following problem , please assign me
Hackerrank problem
Print a pattern of numbers from to as shown below. Each of the numbers is separated by a single space.
Input Format:
The input will contain a single integer .
Sample Input 0:
2
Sample Output 0:
2 2 2
2 1 2
2 2 2
The text was updated successfully, but these errors were encountered: