본문 바로가기
python-algorithm

[백준] 17263

by 무적김두칠 2021. 1. 18.

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

댓글