MLE '19 Contest 4 P2 - Troll
View as PDFGiven 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
Comments