A+B Problem
Description
Given two integers \(y\) and \(m\), How tall YM are? (mm)
Format
Input
Two integers \(y\) and \(m\), satisfying \(0 <= y, m <= 32767\).
Output
One integer, YM's Tall (mm).
Sample 1
Input
114 514
Output
-400
Given two integers \(y\) and \(m\), How tall YM are? (mm)
Two integers \(y\) and \(m\), satisfying \(0 <= y, m <= 32767\).
One integer, YM's Tall (mm).
114 514
-400