摘要: public class Main { public static void main(String[] args) { int a = 12, b = 18; int gcd = gcd(a, b); int lcm = lcm(a, b); System.out.println("最大公因数:" 阅读全文
posted @ 2023-04-06 20:05 Chenyi_li 阅读(34) 评论(0) 推荐(0)