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