Code Review

Compare your solutions

    #| BEGIN (Введите свое решение) |#
(define (width int) (/ (- (cdr int) (car int)) 2))


#| END |#