304567: CF869B. The Eternal Immortality
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
The Eternal Immortality
题意翻译
给定两个数a,b(10^18>=b>=a>=0),求b!/a!的个位数题目描述
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, ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF869B/e1b2fb98f4ea484515a807ebc0e143dd3b54b9f1.png). 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.输入输出格式
输入格式
The first and only line of input contains two space-separated integers $ a $ and $ b $ ( $ 0<=a<=b<=10^{18} $ ).
输出格式
Output one line containing a single decimal digit — the last digit of the value that interests Koyomi.
输入输出样例
输入样例 #1
2 4
输出样例 #1
2
输入样例 #2
0 10
输出样例 #2
0
输入样例 #3
107 109
输出样例 #3
2