1498 - 【入门】累乘

通过次数

23

提交次数

83

Time Limit : 1 秒
Memory Limit : 128 MB

求从a到b的累乘值。 数据保证 0<=a,b<=22; 0<=b-a<15;

Input

两个整数 a,b

Output

从a到b的累乘值

Examples

Input

2 4

Output

24