-Code
input()
nums = sorted(set(list(map(int, input().split()))))
for n in list(nums):
print(n)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 31636번 三連続 (Three Consecutive) (0) | 2024.03.25 |
---|---|
[백준/파이썬] 31616번 揃った文字 (Matched Letters) (0) | 2024.03.24 |
[백준/파이썬] 31612번 画数数え (Stroke Count) (0) | 2024.03.22 |
[백준/파이썬] 31654번 Adding Trouble (0) | 2024.03.21 |
[백준/파이썬] 31615번 桁 (Digit) (0) | 2024.03.20 |