if(str.length() < 2) return (str.length() == 1 && str.charAt(0) == 'a')? str : ""; else if(str.charAt(0) == 'a' && str.charAt(1) == 'b') return str; else if(str ...
if(a.length() == 0 && b.length() == 0) return a + b; else if(a.length() == 0) return b; else if(b.length() == 0) return a; else return (a.charAt(a.length() - 1) == b ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する