#!/bin/bash # yukicoder My Practice # author: Leonardone @ NEETSDKASU typedef -i a b c read a b c=$((a - (- b))) echo $c