摘要: 1) 绘制程序的控制流图: package cn.tju.scs; public class Print { private static int MAXPRIMES=100; public static boolean isDivisable(int a,int b) { if(b%a==0) r 阅读全文
posted @ 2018-03-20 21:14 cczl 阅读(120) 评论(0) 推荐(0)