The modulo operator is a very commonly used operation in computer science. The result of taking
For her ICS homework, Mimi was asked to find the greatest result of
Constraints
Subtask 1 [40%]
Subtask 2 [60%]
Input Specification
The first and only line of input will contain two space separated integers,
Output Specification
The greatest result of
Sample Input
Copy
5 3
Sample Output
Copy
2
Comments