A, B = input().split()

A = int(A)

B = int(B)



문자열로 받아서 인트로 저장하는 방법