List of Programs
List of Programs
Input :
3
Output:
1
2*2
3*3*3
3*3*3
2*2
1
Input:
4
Output:
1
2*3
4*5*6
7*8*9*10
7*8*9*10
4*5*6
2*3
1
56. Print the below pattern.
Input:
3
Output:
333
313
323
333
# #
# # #
# # # #
# # # #
# # #