Java/520. Detect Capital 檢測大寫字母

題目       代碼部分(4ms 96.41%) class Solution { public boolean detectCapitalUse(String word) { char[] ch = word.toCharArray(); boolean flag1 = true; //全大寫 boolean flag2 = true
相關文章
相關標籤/搜索