Bội chung nhỏ nhất

View as PDF

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

Tìm bội chung nhỏ nhất của \(a\)\(b\)

Input

  • Một dòng ghi 2 số \(a\)\(b\) \((1 \leq a, b \leq 10^4)\)

Output

  • In ra đáp án

Example

Test 1
Input
3 4
Output
12

Comments

There are no comments at the moment.