Points: 100 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Cho số \(m\), \(n\).
Hãy tính tích các số trong khoảng từ \(m\) đến \(n\).

Input

  • Ghi 2 số nguyên \(m\), \(n\); \((0 < m \leq n \leq 15)\)

Output

  • In ra đáp án

Example

Test 1
Input
3 5
Output
60
Test 2
Input
1 3
Output
6

Comments

There are no comments at the moment.