Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 약참조
- UELOG
- map
- unorder_map
- 자료구조
- 알고리즘
- dataasset
- enumasByue
- 람다
- 애셋로드
- BFS
- UE_LOG
- C++
- 언리얼엔진구조체
- 데이터애셋
- 람다사용정렬
- moreeffectiveC++
- 강참조
- 선택정렬
- 크리티컬섹션
- C++최적화
- UML관련
- 정렬알고리즘
- 언리얼가비지컬렉터
- UE4 커스텀로그
- 프로그래머스
- 스마트포인터
- 정렬
- 델리게이트
- stl
Archives
- Today
- Total
목록Coding Test - Python (1)
기억을 위한 기록들
[HackerRank Python] Find the Runner-Up Score! -
https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list/problem?isFullScreen=true Find the Runner-Up Score! | HackerRank For a given list of numbers, find the second largest number. www.hackerrank.com if __name__ == '__main__': n = int(input()) arr = map(int, input().split()) sortedArr = sorted(set(arr)) print(sortedArr[-2])
Coding Test - Python
2021. 10. 10. 17:09