摘要: class Solution { public String getHint(String secret, String guess) { int bull = 0; int cow = 0; int[] mem = new int[10]; for(int i =0; i<secret.lengt 阅读全文
posted @ 2019-11-24 16:27 La_Campanella 阅读(102) 评论(0) 推荐(0)