摘要: public class D1 { public static void main(String[] args) { int []num={10,20,30,40,50}; int num2 []=new int[num.length+1]; for (int i = 0; i < num.leng 阅读全文
posted @ 2016-07-09 13:59 mashirozZ 阅读(106) 评论(0) 推荐(1) 编辑
摘要: import java.util.Scanner; public class D1 { public static void main(String[] args) { Scanner input=new Scanner (System.in); System.out.println("输出互换前手 阅读全文
posted @ 2016-07-09 13:53 mashirozZ 阅读(194) 评论(0) 推荐(0) 编辑