Given integers
Constraints
Input Specification
The only line contains three space-separated integers,
Output Specification
Output the smallest possible nonnegative integer DNE
.
Sample Input 1
Copy
7 4 5
Sample Output 1
Copy
2
Sample Input 2
Copy
10 7 11
Sample Output 2
Copy
DNE
Comments