摘要: #一.有理数类代码 package cx; public class Rational{ private int numerator;//分子 private int denominator;//分母 public int getNumerator()//获取分子 { return this.num 阅读全文
posted @ 2020-10-04 09:29 陈小蛋 阅读(97) 评论(0) 推荐(0) 编辑