13044: 习题5-3-3 最小公倍数
Memory Limit:12 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:4
Solved:0
Description
输入两个正整数,求其最小公倍数。
Input
输入以空格分隔的两个正整数。
Output
输出此两数的最小公倍数,末尾输出换行。
Sample Input Copy
14 24
Sample Output Copy
168