Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 89 Bytes

15963.md

File metadata and controls

8 lines (6 loc) · 89 Bytes

15963

Python

N, M = map(int, input().split())
print([0, 1][N == M])