摘要: package com0708;public class Text1 { public static void main(String[] args) {// boolean isLarg = true; lags:for (int i = 2; i < 1000; i++) { for (int 阅读全文
posted @ 2021-07-09 13:37 JAVVA小拉拉 阅读(380) 评论(0) 推荐(0)
摘要: package com;import java.util.Scanner;/* * 求最大公约数 求最小公倍数 * */public class Test1 { public static void main(String[] args) { Scanner scanner = new Scanne 阅读全文
posted @ 2021-07-09 13:32 JAVVA小拉拉 阅读(80) 评论(0) 推荐(0)