Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- cryptography
- 백준
- Web
- writeup
- N0Named
- 구현
- Database
- 인코그니토
- Network
- 사칙연산
- 그리디 알고리즘
- Text
- HackCTF
- 수학
- php
- misc
- xcz.kr
- C
- 정렬
- Web Hacking
- 문자열
- Incognito
- CTF
- Digital Forensics
- 써니나타스
- SuNiNaTas
- wargame
- MySQL
- Forensics
- Python
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 10867번 중복 빼고 정렬하기 본문
Programming/Python & Data Structures
[Baekjoon/Python3] 10867번 중복 빼고 정렬하기
HooNeee 2020. 12. 6. 18:24[Baekjoon/Python3] 10867번 중복 빼고 정렬하기
n = int(input())
print(*sorted(set(list(map(int, input().split())))))
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 10870번 피보나치 수 5 (0) | 2020.12.06 |
---|---|
[Baekjoon/Python3/C] 10869번 사칙연산 (0) | 2020.12.06 |
[Baekjoon/Python3] 10833번 사과 (0) | 2020.12.06 |
[Baekjoon/Python3] 10824번 네 수 (0) | 2020.12.06 |
[Baekjoon/Python3] 10823번 더하기 2 (0) | 2020.12.06 |
Comments