Arithmetic expression
Given two integers a
and b
, we would like to calculate and display the result of a / b
. The output should be of the format a/b = res
.
Input | Output |
---|---|
14 | 14/7 = 2 |
Constraints
Time limit: 2 seconds
Memory limit: 512 MB
Output limit: 1 MB