(define yuki2781 (let* ( (a (read)) (b (read)) (f (lambda (x y) (modulo (+ (modulo x y) y) y)))) (write (if (negative? b) (f a (- b)) (f a b))) (display "\n")))