program y969 implicit none integer(8)::X read*,X if(X==0.or.X==4.or.X==10)then print*,"Yes" else print*,"No" end if end program y969