long start=System.currentTimeMillis();
long end=System.currentTimeMillis();
System.out.println("程序运行时间:"+(end-start)+"ms");
long start=System.currentTimeMillis();
long end=System.currentTimeMillis();
System.out.println("程序运行时间:"+(end-start)+"ms");