본문 바로가기
python-algorithm

[백준] 15963

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

1
2
3
a,b=map(int, input().split())
if a==b: print(1)
elseprint(0)
cs
반응형

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

[백준] 16600  (0) 2021.03.08
[백준] 16017  (0) 2021.03.05
[백준] 15610  (0) 2021.03.05
[백준] 15474  (0) 2021.03.05
[백준] 15236  (0) 2021.03.05

댓글