(define yuki892 (let* ((a (read)) (_ (read)) (b (read)) (_ (read)) (c (read)) (_ (read))) (display (if (even? (+ a b c)) ":-)\n" ":-(\n"))))