摘要: 精度为1s 只接收int型 import java.util.Scanner; public class conutdown { public static void main(String[] args) { Scanner scanner =new Scanner(System.in); int 阅读全文
posted @ 2021-02-25 12:06 暖暖心语 阅读(666) 评论(0) 推荐(0)
摘要: 废话不多讲直接上代码 import java.util.Scanner; public class sb { public static void main(String[] args) { String a; String b; String c; try (Scanner scanner = n 阅读全文
posted @ 2021-02-19 19:36 暖暖心语 阅读(377) 评论(2) 推荐(0)