Because people like to troll on P1, is very worried about LCC. He realized that each of his teammates has a
chance to troll during the contest. Help him find the chance that at least 1 person does not troll during the contest.
Assume that trolling is an independent event. Then,
. In other words, the chance that event
and
occurs at the same time is the probability of
occurring multiplied by the probability of
occurring.
Input Specification
The first line will contain .
Output Specification
Calculate the probability times (which will be an integer). Because this number can be very large, print it modulo
.
Sample Input
5 6
Sample Output
7775
Comments