본문 바로가기
python-algorithm

백준 4562 No Brainer

by 무적김두칠 2022. 1. 27.

1
2
3
4
5
n=int(input())
for i in range(n):
    a,b=map(int, input().split())
    if a<b: print("NO BRAINS")
    elseprint("MMM BRAINS")
cs
반응형

'python-algorithm' 카테고리의 다른 글

백준 24116 알고리즘 수업 - 피보나치 수 1  (0) 2022.02.07
백준 2755 이번학기 평점은 몇점?  (0) 2022.01.28
백준 11367 Report Card Time  (0) 2022.01.19
백준 11944 NN  (0) 2022.01.19
백준 2857 FBI  (0) 2022.01.19

댓글