백준 알고리즘 2439번1 [백준 알고리즘] 2439번 Python 문제 정보 제출 코드 count = int(input()) for i in range(1,count+1): print((count-i)*" "+i*"*") 2021. 10. 3. 이전 1 다음