[백준]B2-2920

py_code·2020년 12월 23일
0

백준-브론즈2

목록 보기
3/9
post-custom-banner
L = list(map(int, input().split()))
print('ascending' if L==sorted(L) else 'descending' if L==sorted(L, reverse=True) else 'mixed')
profile
개발자를 꿈꿉니다.

0개의 댓글