정수 두 개를 a랑 b로 받을 때

if a+b < 4
print NO
else if (a+b)%2==0
print YES
else
if primality_test(a+b-2)==true
print YES
else
print NO

업무시간에 딴거하면 눈치보여서
직접 돌리진 못하겠다