
[백준] 6916번 - 0123456789 (Python)
·
기타
6916번 문제 - 0123456789 그냥 출력하는 브론즈 4단계의 문제 https://www.acmicpc.net/problem/6916 6916번: 0123456789 _ _ _ _ _ _ _ _ | | | _| _| |_| |_ |_ | |_| |_| |_| | |_ _| | _| |_| | |_| _| Most digital devices show numbers using a seven segment display. The seven segments are arranged as shown: * * * * * * * * * * * * * * * * * * * * * For this problem, each segmen www.acmicpc.net 풀이 number = int(input()) if ..