코드
N = list(map(int,input().split()))
A = sorted(N)
if N == A:
print('Good')
else:
print('Bad')
'Koala - 6기 > 기초 알고리즘 스터디' 카테고리의 다른 글
[백준/Python]1264번 모음의 개수 (0) | 2022.03.20 |
---|---|
[백준/python] 2675번: 문자열 반복 (0) | 2022.03.20 |
[백준/Python] 10773 제로 (0) | 2022.03.20 |
[백준/파이썬]10808번 알파벳 갯수 (0) | 2022.03.20 |
[백준/c++] 17094번: Serious Problem (0) | 2022.03.20 |