백준 15963번: CASIO #Python

ColorlessDia·2024년 2월 12일

algorithm/baekjoon

목록 보기
67/808
N, M = map(int, input().split())

print(1) if N == M else print(0)

0개의 댓글