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