题目描述 求从a到b的累乘值。 数据保证 0<=a,b<=22; 0<=b-a<15; 输入格式 两个整数 a,b 输出格式 从a到b的累乘值 样例数据 input 2 4 output 24 数据规模与约定 时间限制:$1 \text {s}$ 空间限制:$256 \text {MB}$