#!/usr/bin/env gosh (let* ((a (read)) (b (read)) (result (- b (* -1 a)))) (write result) (newline))