1
2
3
|
tmp=list(map(int,input().split()))
if tmp == sorted(tmp) : print("Good")
else: print("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 |
댓글