(define n (read)) (if(= (remainder n 4)0) (print (/(* n n)16) )(print (*(quotient n 4) (+(quotient n 4)1))))