#P37. 累乘

累乘

题目描述

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

输入格式

两个整数 a,b

输出格式

从a到b的累乘值

样例

input

2 4

output

24

限制与提示

时间限制:1s1 \text {s}

空间限制:256MB256 \text {MB}