Problems
Write a program that inputs a natural number n and outputs it separated by spaces as in the "Example Output".
NOTE! '#' is a space-separated string, but there are no blank lines between lines.
Example #1
3
#
# #
# # #
# #
#
Example #2
5
#
# #
# # #
# # # #
# # # # #
# # # #
# # #
# #
#
Source
자기주도C언어프로그래밍