Given two integers and
, print
.
denotes the absolute value of
.
Input Specification
The first line will contain two integers,
.
Output Specification
Output .
Sample Input
-3 0
Sample Output
3
Given two integers and
, print
.
denotes the absolute value of
.
The first line will contain two integers,
.
Output .
-3 0
3
Comments