Easy problem for Dino
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given two different integers and . Find such integer that .
Note: means the absolute value of .
Input
Two integers and .
Output
If the value of doesn't exist, print "-". Otherwise print .
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 4K
Acceptance rate 40%