728x90
별 모양으로 정사각형 만들기
포스트 난이도: HOO_Intern
# Example codes
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("* * * * * * * * * *\n");
printf("* *\n");
printf("* *\n");
printf("* *\n");
printf("* *\n");
printf("* *\n");
printf("* *\n");
printf("* *\n");
printf("* *\n");
printf("* * * * * * * * * *\n");
printf("Posted by HOO.");
return 0;
}
* * * * * * * * * *
* *
* *
* *
* *
* *
* *
* *
* *
* * * * * * * * * *
Posted by HOO.
728x90
'Programming Languages > C and C++' 카테고리의 다른 글
[C Examples] 달러를 동전으로 바꾸는 예제코드 (0) | 2023.02.08 |
---|---|
[C Examples/Q&A] 체질량 지수(BMI) 계산하는 예제코드: if, else if, && (0) | 2023.02.07 |
[C Examples] 적금 계산기 (0) | 2023.01.31 |
[C Examples] Circle area, circumference of circle 계산기 (0) | 2023.01.31 |
[C Examples] 킬로미터(Km)를 마일(Miles)로 변환하기: scaf(), %.f (0) | 2023.01.31 |
댓글