私信TA

用户名:Praguetramp

访问量:30960

签 名:

等  级
排  名 20
经  验 20191
参赛次数 0
文章发表 130
年  龄 0
在职情况 待业
学  校
专  业

  自我简介:

aura

解题思路:

注意事项:

参考代码:

import java.math.BigInteger;
import java.util.Scanner;

public class Main {
	
	public static void main(String[] args) {
		Scanner in=new Scanner(System.in);
		BigInteger a=in.nextBigInteger(),b=in.nextBigInteger();
		System.out.println(a.multiply(b).divide((a.gcd(b))));
        in.close();
    }
}


 

0.0分

1 人评分

  评论区

  • «
  • »