摘要: 1 package FushiExam; 2 import java.util.*; 3 public class Text_15_1 { 4 5 public static void main(String[] args) { 6 // 输入三个整数x,y,z,请把这三个数由小到大输出 7 //S 阅读全文
posted @ 2020-03-11 16:29 Hey蜗牛 阅读(707) 评论(0) 推荐(0)
摘要: 1 package FushiExam; 2 import java.util.*; 3 public class Text_14 { 4 5 public static void main(String[] args) { 6 // 输入某年某月某日,判断这一天是这一年的第几天 7 Scanner 阅读全文
posted @ 2020-03-11 16:26 Hey蜗牛 阅读(1558) 评论(0) 推荐(0)
摘要: 1 package FushiExam; 2 3 public class Text_13 { 4 5 public static void main(String[] args) { 6 // 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 7 for( 阅读全文
posted @ 2020-03-11 16:23 Hey蜗牛 阅读(975) 评论(0) 推荐(0)
摘要: 代码一: 1 package FushiExam; 2 import java.util.*; 3 public class Text_12 { 4 5 public static void main(String[] args) { 6 /* 7 * 企业发放的奖金根据利润提成。 8 * 利润(I 阅读全文
posted @ 2020-03-11 16:22 Hey蜗牛 阅读(809) 评论(0) 推荐(0)
摘要: 1 package FushiExam; 2 3 public class Text_11 { 4 5 public static void main(String[] args) { 6 /* 7 * 有1,2,3,4四个数字,能组成多少个互不相同 8 * 且一个数字中无重复数字的三位数?并把他们 阅读全文
posted @ 2020-03-11 16:19 Hey蜗牛 阅读(608) 评论(0) 推荐(0)