1395번 풀이 [Python]

sua·2022년 6월 15일
0

Baekjoon

목록 보기
55/161
post-thumbnail

문제


풀이

a, b = input().split('=')

if eval(a) == int(b):
    print("YES")
else:
    print("NO")
profile
가보자고

0개의 댓글