1
2
3
|
n=int(input())
tmp=sorted (list(map(int,input().split())))
print(tmp[n-1])
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 17389 (0) | 2021.01.18 |
---|---|
[백준] 17350 (0) | 2021.01.18 |
[백준] 17249 (0) | 2021.01.18 |
[백준] 17206 (0) | 2021.01.18 |
[백준] 17201 (0) | 2021.01.18 |
댓글