반응형
https://www.acmicpc.net/problem/19944
n,m=map(int,input().split())
if m==1 or m==2:
print("NEWBIE!")
elif n<m: print("TLE!")
else : print("OLDBIE!")
반응형
'📚 Algorithm' 카테고리의 다른 글
[Python] 백준 5893번 17배 (0) | 2021.07.02 |
---|---|
[Python] 백준 11943번 파일 옮기기 (0) | 2021.07.01 |
[Python] 백준 5575번 타임 카드 (0) | 2021.06.29 |
[Python] 백준 14470번 전자레인지 (0) | 2021.06.26 |
[Python] 백준 5596번 시험 점수 (0) | 2021.06.24 |
댓글