¿La página no carga? Prueba haciendo clic aquí.
Placeholder

#148

반복제어문3 - 형성평가9 1s 16MB

Problemas

자연수 n을 입력받아 "출력 예"와 같이 공백으로 구분하여 출력되는 프로그램을 작성하시오.

주의! '#'은 공백으로 구분하되 줄사이에 빈줄은 없다.


Ejemplo #1

3
#

# #
# # #
# #
#

Ejemplo #2

5
# 
# #
# # #
# # # #
# # # # #
# # # #
# # #
# #
#

Fuente

자기주도C언어프로그래밍

Debes iniciar sesión para escribir código.