2018年4月10日

最大公约数和最小公倍数

摘要: package test; import java.util.Scanner; public class DivisorDemo { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System. 阅读全文
posted @ 2018-04-10 21:05 '大大' 阅读(153) 评论(1) 推荐(0) 编辑