1220: 求3个数的最小公倍数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:32
Solved:12
Description
输入3个整数A,B,C,求他们的最小公倍数
Input
3个整数A,B,C
Output
他们的最小公倍数
Sample Input Copy
3 4 5
Sample Output Copy
60