2018.12.24. 문제 출처:https://www.acmicpc.net/problem/2444 문제 분석:2442번과 2443번을 합친형태 문제 해결:https://b1ackhand.tistory.com/6?category=848677https://b1ackhand.tistory.com/7?category=848677 위 참고 내 소스코드:12345678910111213141516171819202122232425262728293031323334353637383940414243#define _CRT_SECURE_NO_WARNINGS #include int main(){ int num; scanf("%d", &num); for (int i = 0;i 1;j--) { printf(" "); } for (i..