class Solution { public boolean buddyStrings(String s, String goal) ... charAt(i)) if(x == -1) x = i; else if(y == -1) y = i; ...
確定! 回上一頁