본문 바로가기
python-algorithm

[백준] 14910

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

1
2
3
tmp=list(map(int,input().split()))
if tmp == sorted(tmp) : print("Good")
elseprint("Bad")
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 14929  (0) 2021.01.15
[백준] 14915  (0) 2021.01.15
[백준] 14724  (0) 2021.01.15
[백준] 14710  (0) 2021.01.15
[백준] 14697  (0) 2021.01.15

댓글