摘要: class Solution { public String sortSentence(String s) { String[]a =s.split(" "); String ss=""; int temp=a.length; int num=0; while(temp-->0) { num++; 阅读全文
posted @ 2021-05-17 15:27 新晋小白白 阅读(38) 评论(0) 推荐(0) 编辑
摘要: class Solution { public int[] memLeak(int memory1, int memory2) { int time=1; int memory=1; int[] a; while(memory<=memory1||memory<=memory2){ if(memor 阅读全文
posted @ 2021-05-17 14:39 新晋小白白 阅读(42) 评论(0) 推荐(0) 编辑