본문 바로가기
python-algorithm

[백준] 16017

by 무적김두칠 2021. 3. 5.

1
2
3
4
5
6
7
8
9
10
a=int(input())
b=int(input())
c=int(input())
d=int(input())
chk=0
if a==8 or a==9:
    if d==8 or d==9:
        if b==c: chk=1
if chk==1print('ignore')
elseprint('answer')
cs
반응형

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

[백준] 16693  (0) 2021.03.08
[백준] 16600  (0) 2021.03.08
[백준] 15963  (0) 2021.03.05
[백준] 15610  (0) 2021.03.05
[백준] 15474  (0) 2021.03.05

댓글