2018年4月10日

最大公约数与最小公倍数

摘要: import java.util.Scanner; public class demo03 { public static void main(String[] args) { Scanner in = new Scanner(System.in); int a = in.nextInt(); // 阅读全文

posted @ 2018-04-10 21:20 兮夜1234 阅读(183) 评论(0) 推荐(0)

导航