Tích lẻ

View as PDF

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

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

Input

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

Output

  • In ra đáp án

Example

Test 1
Input
1 5
Output
15
Test 2
Input
2 7
Output
105

Comments

There are no comments at the moment.