摘要: import java.util.Calendar; public class _String { public static void main(String[] args) { char[] original = {'赵','兄','托','你','帮','我','办','点','事','好','不','好','?'}; System.o... 阅读全文
posted @ 2018-04-24 22:51 马鞍山 阅读(365) 评论(0) 推荐(0) 编辑
摘要: public class Sort3 { public static void main(String[] args) { int x = 1; int y = 4; int z = 2; int max = x > y ? (x > z ? x : z) : (y > z ? y : z); ... 阅读全文
posted @ 2018-04-24 20:28 马鞍山 阅读(211) 评论(0) 推荐(0) 编辑