728x90
반응형
SMALL
for i in range(int(input())):
a,b=map(int,input().split())
print("NO BRAINS" if a<b else "MMM BRAINS")
728x90
반응형
LIST
'백준문제 > 브론즈 4' 카테고리의 다른 글
백준) 4695번 - python (0) | 2024.03.25 |
---|---|
백준) 4589번 - python (1) | 2024.03.24 |
백준) 4470번 - python (0) | 2024.03.22 |
백준) 3046번 - python (0) | 2024.03.21 |
백준) 2845번 - python (0) | 2024.03.20 |