Preparando MOJI

The Eternal Immortality

1000ms 262144K

Description:

Even if the world is full of counterfeits, I still regard it as wonderful.

Pile up herbs and incense, and arise again from the flames and ashes of its predecessor — as is known to many, the phoenix does it like this.

The phoenix has a rather long lifespan, and reincarnates itself once every a! years. Here a! denotes the factorial of integer a, that is, a! = 1 × 2 × ... × a. Specifically, 0! = 1.

Koyomi doesn't care much about this, but before he gets into another mess with oddities, he is interested in the number of times the phoenix will reincarnate in a timespan of b! years, that is, . Note that when b ≥ a this value is always integer.

As the answer can be quite large, it would be enough for Koyomi just to know the last digit of the answer in decimal representation. And you're here to provide Koyomi with this knowledge.

Input:

The first and only line of input contains two space-separated integers a and b (0 ≤ a ≤ b ≤ 1018).

Output:

Output one line containing a single decimal digit — the last digit of the value that interests Koyomi.

Sample Input:

2 4

Sample Output:

2

Sample Input:

0 10

Sample Output:

0

Sample Input:

107 109

Sample Output:

2

Note:

In the first example, the last digit of is 2;

In the second example, the last digit of is 0;

In the third example, the last digit of is 2.

Informação

Codeforces

Provedor Codeforces

Código CF869B

Tags

math

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 09:19:31

Relacionados

Nada ainda