p=lambda(x):all(x%i for i in range(2,x)) for i in range(253): if p(i)+p(i+2):print-~i