#604. A%B

A%B

Description

给定A和B,求A%B(A除以B的余数)(A和B都为正整数且都小于100)

Input Format

A和B的值

Output Format

A除以B的余数
12 5
2

Source

运算符