摘要: package cn.Douzi.Lab7_4; public class Triangle { int a, b, c; public Triangle(int a, int b, int c) { super(); this.a = a; this.b = b; this.c = c; }... 阅读全文
posted @ 2017-05-11 15:56 douzujun 阅读(186) 评论(0) 推荐(0) 编辑