(define n (read)) (if (= (remainder n 4) 0) (if(= (remainder n 100) 0)(print "No")(print "Yes"))(print "No") )