#D3662. Remainder of Big Integers
Remainder of Big Integers
Remainder of Big Integers
Remainder of Big Integers
Given two integers and , compute the remainder of .
Input
Two integers and separated by a space character are given in a line.
Output
Print the remainder in a line.
Constraints
Sample Input 1
5 8
Sample Output 1
5
Sample Input 2
100 25
Sample Output 2
0
Example
Input
5 8
Output
5
inputFormat
Input
Two integers and separated by a space character are given in a line.
outputFormat
Output
Print the remainder in a line.
Constraints
Sample Input 1
5 8
Sample Output 1
5
Sample Input 2
100 25
Sample Output 2
0
Example
Input
5 8
Output
5
样例
5 8
5