摘要: 1、定义公寓类,类名:RoomInformation,其中包括五个私有变量(roomno,stunno1,stunno2,stunno3,stunno4,hygienescore)。 各成员的含义如下: 变量 roomno 为字符串类型 String,最长八位,用于存储宿舍号(例如:9#502表示9 阅读全文
posted @ 2022-11-06 16:40 十乂 阅读(182) 评论(0) 推荐(0)
摘要: import java.util.Scanner;import java.util.Random;import java.math.BigInteger;public class sizeyunsuan {//出题参数Random r=new Random();String s[]=new Stri 阅读全文
posted @ 2022-11-06 16:35 十乂 阅读(86) 评论(0) 推荐(0)