(define (main args) (let* ([m (read)] [n (read)]) (print (+ m (/. n 3)))) 0)