摘要:
java实现:public class Cakes_Test { private Integer[] m_CakeArray = null;//烙饼信息数组 private Integer m_nCakeCnt;//烙饼个数 private Integer m_nMaxSwap;//最多交换次数,最... 阅读全文
摘要:
解法一:public class Chess_Test { public static void main(String[] args) throws InterruptedException{ long t1 = System.currentTimeMillis(); Byte i = ... 阅读全文