프로그래밍_일반/백준
boj 16985
Spadework
2020. 2. 3. 17:35
* Solved 기준 브론즈4 단순 풀이
l = input().split()
print('YES' if int(l[0])+int(l[2])==int(l[4]) else 'NO')