#!/usr/bin/env gosh (let* ((a (read)) (b (read))) (print (- a (- b))))